1
0
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:
Janne Savolainen 2021-12-08 14:17:15 +02:00
parent 717b62d2e6
commit 41837e86bb
No known key found for this signature in database
GPG Key ID: 5F465B5672372402

View File

@ -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,