mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Remove stray console.log
This commit is contained in:
@@ -26,7 +26,6 @@ class DirectoryView extends View
|
||||
if repo?
|
||||
path = @directory.getPath()
|
||||
@directoryName.addClass('ignored') if repo.isPathIgnored(path)
|
||||
console.log path, repo.getWorkingDirectory()
|
||||
if path is repo.getWorkingDirectory()
|
||||
@directoryName.addClass('repository-icon')
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user