Commit ba042bb9 authored by bunsenstraat's avatar bunsenstraat

rm console

parent 414b96f4
...@@ -726,9 +726,7 @@ class FileManager extends Plugin { ...@@ -726,9 +726,7 @@ class FileManager extends Plugin {
syncEditor (path) { syncEditor (path) {
var currentFile = this._deps.config.get('currentFile') var currentFile = this._deps.config.get('currentFile')
console.log(currentFile, path)
if (path !== currentFile) return if (path !== currentFile) return
var provider = this.fileProviderOf(currentFile) var provider = this.fileProviderOf(currentFile)
if (provider) { if (provider) {
provider.get(currentFile, (error, content) => { 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