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

Commit

Permalink
fix(zone): remove debugger statement
Browse files Browse the repository at this point in the history
  • Loading branch information
robwormald authored and mhevery committed Mar 23, 2016
1 parent 0a6a434 commit d7c116b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/zone.ts
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ interface ZoneSpec {

/**
* Notifies of changes to the task queue empty status.
*
*
* @param parentZoneDelegate Dalegate which performs the parent [ZoneSpec] operation.
* @param currentZone The current [Zone] where the current interceptor has beed declared.
* @param targetZone The [Zone] which originally received the request.
Expand Down

0 comments on commit d7c116b

Please sign in to comment.