Skip to content

Commit 8b9208f

Browse files
Christopher Cesar Chavez LopezChristopher Cesar Chavez Lopez
authored andcommitted
refactor: removes console.log
1 parent 197ab38 commit 8b9208f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/index.test.es6

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ test('Assert generate comments from text', (t) => {
66
t.plan(1);
77
let commentedContract =
88
generateCommentsFromText(fs.readFileSync('./test/test-contracts/Metacoin.sol', 'utf-8'));
9-
console.log(commentedContract);
109
t.equal(
1110
commentedContract,
1211
fs.readFileSync('./test/test-contracts/Metacoin.commented.sol', 'utf-8')

0 commit comments

Comments
 (0)