Skip to content

Commit ba042bb

Browse files
author
bunsenstraat
committed
rm console
1 parent 414b96f commit ba042bb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/remix-ide/src/app/files/fileManager.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -726,9 +726,7 @@ class FileManager extends Plugin {
726726

727727
syncEditor (path) {
728728
var currentFile = this._deps.config.get('currentFile')
729-
console.log(currentFile, path)
730729
if (path !== currentFile) return
731-
732730
var provider = this.fileProviderOf(currentFile)
733731
if (provider) {
734732
provider.get(currentFile, (error, content) => {

0 commit comments

Comments
 (0)