Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
eggplantzzz committed Nov 1, 2022
1 parent 48eaffe commit c21a610
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/truffle/test/scenarios/commandRunner.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ module.exports = {
data = data.toString().replace(/\n$/, "");
shouldLog && Log(data, true);
config.logger.log(data);
console.log(data);
});

child.on("close", code => {
Expand Down

0 comments on commit c21a610

Please sign in to comment.