We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414b96f commit ba042bbCopy full SHA for ba042bb
apps/remix-ide/src/app/files/fileManager.js
@@ -726,9 +726,7 @@ class FileManager extends Plugin {
726
727
syncEditor (path) {
728
var currentFile = this._deps.config.get('currentFile')
729
- console.log(currentFile, path)
730
if (path !== currentFile) return
731
-
732
var provider = this.fileProviderOf(currentFile)
733
if (provider) {
734
provider.get(currentFile, (error, content) => {
0 commit comments