Skip to content

Commit 579d28a

Browse files
committed
Remove logging
1 parent 54d202b commit 579d28a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/signcode-test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ describe('signcode', function () {
151151
}
152152

153153
signcode.sign(options, function (error) {
154-
console.log(error.message);
155154
assert(error.message.length > 0)
156155
done()
157156
})

0 commit comments

Comments
 (0)