Remove errant debugger call in spec

This commit is contained in:
Damien Guard
2016-12-06 22:30:01 -08:00
parent 60fc36a969
commit 9d553d2cfa

View File

@@ -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()
})