Commented out debugger statement

Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/3263141c
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/3263141c
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/3263141c

Branch: refs/heads/feature/strand-work
Commit: 3263141cd0c5452b073c20012ecd368056136aa9
Parents: 39b3f9b
Author: Harbs <[email protected]>
Authored: Sun Jul 16 20:09:33 2017 +0300
Committer: Harbs <[email protected]>
Committed: Sun Jul 16 20:09:33 2017 +0300

----------------------------------------------------------------------
 .../src/main/flex/org/apache/flex/debugging/conditionalBreak.as  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3263141c/frameworks/projects/Core/src/main/flex/org/apache/flex/debugging/conditionalBreak.as
----------------------------------------------------------------------
diff --git 
a/frameworks/projects/Core/src/main/flex/org/apache/flex/debugging/conditionalBreak.as
 
b/frameworks/projects/Core/src/main/flex/org/apache/flex/debugging/conditionalBreak.as
index 24a481c..05822ba 100644
--- 
a/frameworks/projects/Core/src/main/flex/org/apache/flex/debugging/conditionalBreak.as
+++ 
b/frameworks/projects/Core/src/main/flex/org/apache/flex/debugging/conditionalBreak.as
@@ -39,8 +39,8 @@ package org.apache.flex.debugging
         }
         COMPILE::JS
         {
-            if(goog.DEBUG && condition)
-                debugger;
+            // if(goog.DEBUG && condition)
+                // debugger;
         }
     }
 }
\ No newline at end of file

Reply via email to