mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Remove forgotten console.log used for debug
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
parent
717b62d2e6
commit
41837e86bb
@ -35,10 +35,6 @@ export const getDiForUnitTesting = () => {
|
||||
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
||||
const injectable = require(key).default;
|
||||
|
||||
if (!injectable) {
|
||||
console.log(key);
|
||||
}
|
||||
|
||||
return {
|
||||
id: key,
|
||||
...injectable,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user