mirror of
https://github.com/atom/atom.git
synced 2026-01-15 01:48:15 -05:00
Remove errant debugger call in spec
This commit is contained in:
@@ -180,7 +180,6 @@ describe("HistoryManager", () => {
|
||||
})
|
||||
|
||||
it("returns null when it can't find the project", () => {
|
||||
debugger
|
||||
const project = historyManager.getProject(['/1'])
|
||||
expect(project).toBeNull()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user