mirror of
https://github.com/atom/atom.git
synced 2026-02-16 09:35:54 -05:00
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:
@@ -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) ->
|
||||
|
||||
Reference in New Issue
Block a user