Commit 7ba8ec6c authored by yann300's avatar yann300

fix console.log

parent 9346c49b
...@@ -73,7 +73,7 @@ function verifyContract (browser, compiledContractNames, callback) { ...@@ -73,7 +73,7 @@ function verifyContract (browser, compiledContractNames, callback) {
browser.assert.fail('compiled contract ' + compiledContractNames + ' not found - none found', 'info about error', '') browser.assert.fail('compiled contract ' + compiledContractNames + ' not found - none found', 'info about error', '')
browser.end() browser.end()
} }
console.log('contracts all found ' + result.value) console.log('contracts all found ' + compiledContractNames)
callback() callback()
}) })
} }
......
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