From 990cc41f45387121600718c218eadea09e24ead0 Mon Sep 17 00:00:00 2001 From: JR Boyens Date: Fri, 19 Jul 2013 18:55:07 -0700 Subject: [PATCH] Remove debugger statement --- spec/core/matchers/toThrowErrorSpec.js | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/core/matchers/toThrowErrorSpec.js b/spec/core/matchers/toThrowErrorSpec.js index ab1febb6..3c65d8c9 100644 --- a/spec/core/matchers/toThrowErrorSpec.js +++ b/spec/core/matchers/toThrowErrorSpec.js @@ -175,7 +175,6 @@ describe("toThrowError", function() { result = matcher.compare(fn, CustomError); expect(result.pass).toBe(true); - debugger expect(result.message).toEqual("Expected function not to throw CustomError."); });