Unverified Commit 6acea03f authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #1506 from ethereum/yann300-patch-25

Update contracts.js (remove console.log)
parents 5dda7a08 91c44fd1
......@@ -61,7 +61,6 @@ function verifyContract (browser, compiledContractNames, callback) {
getCompiledContracts(browser, compiledContractNames, (result) => {
if (result.value) {
for (var contract in compiledContractNames) {
console.log(' - ' + result.value)
console.log(' - ' + compiledContractNames[contract])
if (result.value.indexOf(compiledContractNames[contract]) === -1) {
browser.assert.fail('compiled contract ' + compiledContractNames + ' not found', 'info about error', '')
......
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