Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
fix(core): remove debugger (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaLiPassion authored and mhevery committed Mar 7, 2017
1 parent 14c7a6f commit 0534b19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/zone.ts
Expand Up @@ -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 ?
Expand Down

0 comments on commit 0534b19

Please sign in to comment.