Skip to content

Commit 40697f6

Browse files
authored
Merge branch 'master' into pluginversion
2 parents f5d37e6 + 05646a9 commit 40697f6

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)