From 45fb7ba69b40ea4482de7163f126c55ef58d524c Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Fri, 23 May 2014 13:12:04 -0700 Subject: [PATCH] fix: remove dump --- zone.js | 1 - 1 file changed, 1 deletion(-) diff --git a/zone.js b/zone.js index 270dc8bff..da63cfa41 100644 --- a/zone.js +++ b/zone.js @@ -478,7 +478,6 @@ Zone.patchMutationObserverClass = function (className) { if (!this._active) { zone.enqueueTask(); } - dump(this._active) this._active = true; return this._o.observe.apply(this._o, arguments); };