Skip to content

Commit 93bddf6

Browse files
bunsenstraatyann300
authored andcommitted
rm consoles
1 parent f2b87fb commit 93bddf6

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
@@ -525,7 +525,6 @@ class FileManager extends Plugin {
525525
}
526526

527527
_setFileInternal (path, content) {
528-
console.log(path, content)
529528
const provider = this.fileProviderOf(path)
530529
if (!provider) throw createError({ code: 'ENOENT', message: `${path} not available` })
531530
// TODO : Add permission
@@ -726,7 +725,6 @@ class FileManager extends Plugin {
726725
}
727726

728727
syncEditor (path) {
729-
console.log(path)
730728
var currentFile = this._deps.config.get('currentFile')
731729
console.log(currentFile, path)
732730
if (path !== currentFile) return

0 commit comments

Comments
 (0)