Skip to content

Commit bdb360b

Browse files
committed
removed extra console log
1 parent 49a883c commit bdb360b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libs/remixd/src/services/truffleClient.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ export class TruffleClient extends PluginClient {
3232
let result = ''
3333
let error = ''
3434
child.stdout.on('data', (data) => {
35-
console.log('data in truffle-->', data)
3635
const msg = `[Truffle Compilation]: ${data.toString()}`
3736
console.log('\x1b[32m%s\x1b[0m', msg)
3837
result += msg + '\n'

0 commit comments

Comments
 (0)