Skip to content

Commit 583fbf9

Browse files
committed
chore: lint
1 parent 69c6678 commit 583fbf9

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

packages/core/test/test_util/index.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,9 @@ module.exports = {
2020
getTestAppLogger: require('./log').getLogger,
2121
createFakeLogger: () => {
2222
return {
23-
debug: msg => {
24-
console.log(msg);
25-
},
23+
debug: () => {},
2624
info: () => {},
27-
warn: msg => {
28-
console.log(msg);
29-
},
25+
warn: () => {},
3026
error: () => {},
3127
trace: () => {}
3228
};

0 commit comments

Comments
 (0)