pull/3264/head^2
filip mertens 2 years ago committed by Aniket
parent 4704e53fd9
commit e0623fb848
  1. 1
      libs/remix-solidity/src/compiler/compiler.ts

@ -386,7 +386,6 @@ export class Compiler {
if (m && m in files) continue
if (this.handleImportCall) {
console.log('calling handleImportCall', this.handleImportCall)
this.handleImportCall(m, (err, content: string) => {
if (err && cb) cb(err)
else {

Loading…
Cancel
Save