Skip to content

Commit a1f0dc5

Browse files
authored
Merge branch 'master' into fix-hardhat-timeout
2 parents 7680a85 + ea1f753 commit a1f0dc5

File tree

3 files changed

+94
-46836
lines changed

3 files changed

+94
-46836
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)