Unverified Commit 05646a9d authored by bunsenstraat's avatar bunsenstraat Committed by GitHub

Merge pull request #1592 from ethereum/fixconsole

rm console
parents 13f8f383 094275df
......@@ -726,9 +726,7 @@ class FileManager extends Plugin {
syncEditor (path) {
var currentFile = this._deps.config.get('currentFile')
console.log(currentFile, path)
if (path !== currentFile) return
var provider = this.fileProviderOf(currentFile)
if (provider) {
provider.get(currentFile, (error, content) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment