mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Remove log line
This commit is contained in:
@@ -276,7 +276,6 @@ class Project extends Model
|
||||
exclusions: atom.config.get('core.ignoredNames')
|
||||
|
||||
if @scanTask?
|
||||
console.log 'terminating!'
|
||||
@scanTask.terminate()
|
||||
|
||||
@scanTask = Task.once require.resolve('./scan-handler'), @getPath(), regex.source, searchOptions, =>
|
||||
|
||||
Reference in New Issue
Block a user