remove console log

pull/5370/head
Joseph Izang 2 years ago committed by Aniket
parent 7aa1ddc1f3
commit fee74f5584
  1. 1
      apps/remix-ide/src/app/plugins/solidity-umlgen.tsx

@ -78,7 +78,6 @@ export class SolidityUmlGen extends ViewPlugin implements ISolidityUmlGen {
this.themeName = currentTheme.name
let result = ''
try {
console.log({ data })
if (data.sources && Object.keys(data.sources).length > 1) { // we should flatten first as there are multiple asts
result = await this.flattenContract(source, file, data)
}

Loading…
Cancel
Save