From eb06cb7f97157ba1d08a4f88410b81d2a0fc99c9 Mon Sep 17 00:00:00 2001 From: Michael Bolin Date: Sun, 22 Feb 2015 20:36:14 -0800 Subject: [PATCH] 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. --- src/git-repository-provider.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/src/git-repository-provider.coffee b/src/git-repository-provider.coffee index 66f53b5f5..c9e96f908 100644 --- a/src/git-repository-provider.coffee +++ b/src/git-repository-provider.coffee @@ -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) ->