From 6b2fc94815c533760ef5c903637c41dc349a9e5a Mon Sep 17 00:00:00 2001 From: "JiaLi.Passion" Date: Wed, 15 Feb 2017 09:05:26 +0800 Subject: [PATCH] fix(core): remove debugger --- lib/zone.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/zone.ts b/lib/zone.ts index 364815c7f..82a38b07f 100644 --- a/lib/zone.ts +++ b/lib/zone.ts @@ -1102,7 +1102,6 @@ const Zone: ZoneType = (function(global: any) { this._zoneDelegates = null; } } else { - debugger; throw new Error( `${this.type} '${this.source}': can not transition to '${toState }', expecting state '${fromState1}'${fromState2 ?