fix: remove left over debugger statement (#15309)

PR Close #15309
This commit is contained in:
Miško Hevery 2017-03-20 10:07:08 -07:00
parent fa36ffda14
commit 61135bc842
1 changed files with 0 additions and 1 deletions

View File

@ -1099,7 +1099,6 @@ function stringifyType(type: any): string {
* Indicates that a component is still being loaded in a synchronous compile.
*/
function componentStillLoadingError(compType: Type<any>) {
debugger;
const error =
Error(`Can't compile synchronously as ${stringify(compType)} is still being loaded!`);
(error as any)[ɵERROR_COMPONENT_TYPE] = compType;