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

Commit 45fb7ba

Browse files
committed
fix: remove dump
1 parent 5178a3b commit 45fb7ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: zone.js

-1
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,6 @@ Zone.patchMutationObserverClass = function (className) {
478478
if (!this._active) {
479479
zone.enqueueTask();
480480
}
481-
dump(this._active)
482481
this._active = true;
483482
return this._o.observe.apply(this._o, arguments);
484483
};

0 commit comments

Comments
 (0)