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 f2b87fb commit 93bddf6Copy full SHA for 93bddf6
apps/remix-ide/src/app/files/fileManager.js
@@ -525,7 +525,6 @@ class FileManager extends Plugin {
525
}
526
527
_setFileInternal (path, content) {
528
- console.log(path, content)
529
const provider = this.fileProviderOf(path)
530
if (!provider) throw createError({ code: 'ENOENT', message: `${path} not available` })
531
// TODO : Add permission
@@ -726,7 +725,6 @@ class FileManager extends Plugin {
726
725
727
728
syncEditor (path) {
729
- console.log(path)
730
var currentFile = this._deps.config.get('currentFile')
731
console.log(currentFile, path)
732
if (path !== currentFile) return
0 commit comments