removed console

pull/1202/head
aniket-engg 4 years ago committed by Aniket
parent 5ed00420b0
commit d311842fde
  1. 1
      apps/remix-ide/src/app/tabs/compileTab/compileTab.js

@ -86,7 +86,6 @@ class CompileTab {
runCompiler (hhCompilation) {
try {
console.log('mode is - ', this.fileManager.mode)
if (this.fileManager.mode === 'localhost' && hhCompilation) {
const { currentVersion, optimize, runs } = this.compiler.state
const fileContent = `module.exports = {

Loading…
Cancel
Save