Commit 55773aab authored by yann300's avatar yann300

remove console.log

parent bd3925f6
......@@ -108,7 +108,6 @@ function verifyCallReturnValue (browser, address, checks, done) {
}
return ret
}, [address], function (result) {
console.log(result)
for (var k in checks) {
browser.assert.equal(result.value[k], checks[k])
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment