diff --git a/spec/git-repository-async-spec.coffee b/spec/git-repository-async-spec.coffee index ae79d6130..e02797074 100644 --- a/spec/git-repository-async-spec.coffee +++ b/spec/git-repository-async-spec.coffee @@ -364,7 +364,6 @@ describe "GitRepositoryAsync", -> waitsFor -> statusHandler.callCount >= 1 runs -> - console.log "in run block" expect(statusHandler.callCount).toBe 1 expect(statusHandler).toHaveBeenCalledWith {path: editor.getPath(), pathStatus: 256}