Skip to content

Commit 2ace1c8

Browse files
committed
chore: Revert debug change
1 parent b7cd2d1 commit 2ace1c8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/plugin.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ module.exports = (on, config) => {
3131
}
3232
return null;
3333
},
34-
["log"]: function (message) {
35-
console.log(message);
36-
return null;
37-
},
3834
});
3935

4036
return config;

0 commit comments

Comments
 (0)