On second thought, don't print anything.

This can be a common, expected occurrence when using special implementations
of Directory, so it creates a lot of distracting noise for the user.
This commit is contained in:
Michael Bolin
2015-02-22 20:36:14 -08:00
parent 947df9a6cc
commit eb06cb7f97

View File

@@ -55,7 +55,6 @@ class GitRepositoryProvider
try
@repositoryForDirectorySyncInternal(directory)
catch e
console.warn "Error checking for Git repository for '#{directory.getPath()}'", e.stack
null
repositoryForDirectorySyncInternal: (directory) ->