diff --git a/spec/git-spec.coffee b/spec/git-spec.coffee index f239f763a..7d2c46729 100644 --- a/spec/git-spec.coffee +++ b/spec/git-spec.coffee @@ -270,7 +270,6 @@ describe "GitRepository", -> statusHandler = null runs -> repo = atom.project.getRepositories()[0] - console.log(repo.getPath()) statusHandler = jasmine.createSpy('statusHandler') repo.onDidChangeStatuses statusHandler