You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bi...@apache.org on 2014/09/17 03:25:27 UTC

[3/7] git commit: [flex-asjs] [refs/heads/develop] - Remove unnecessary trace

Remove unnecessary trace


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

Branch: refs/heads/develop
Commit: 51d604ffbaf28c27a83ad478bbe7a9ecb2a9c5d7
Parents: 4fce4e5
Author: Om <bi...@gmail.com>
Authored: Tue Sep 16 17:37:11 2014 -0700
Committer: Om <bi...@gmail.com>
Committed: Tue Sep 16 18:24:45 2014 -0700

----------------------------------------------------------------------
 .../as/projects/FlexJSUI/src/org/apache/flex/core/Application.as    | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/51d604ff/frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/Application.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/Application.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/Application.as
index 45c35f4..54f4f8b 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/Application.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/Application.as
@@ -100,7 +100,6 @@ package org.apache.flex.core
 				stage.align = StageAlign.TOP_LEFT;
 				stage.scaleMode = StageScaleMode.NO_SCALE;
 				stage.quality = StageQuality.HIGH_16X16_LINEAR;
-				trace("working");
 			}
 			
             loaderInfo.addEventListener(flash.events.Event.INIT, initHandler);