mirror of
https://github.com/atom/atom.git
synced 2026-01-25 14:59:03 -05:00
Stop logging.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user