Remove log line

This commit is contained in:
Ben Ogle
2013-12-19 16:39:01 -08:00
parent ffbd15eb98
commit 8763a49dc6

View File

@@ -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, =>