generated from wighawag/template-hardhat-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I set up the task as specified in the readme. About 98% of console logs were removed across all my files, except for a few console logs that were spread across lines, ie:
console.log(
"Failed to find a solution in",
iterations,
"iterations"
);
As well as non-standard console logs, ie:
console.logInt(value)
For the first example, sticking to single line console.logs in the source addresses the issue, but I'm not sure how to address the second issue
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working