You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2015/05/19 20:57:09 UTC

[3/3] git commit: [flex-asjs] [refs/heads/develop] - remove trace

remove 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/66d16e89
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/66d16e89
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/66d16e89

Branch: refs/heads/develop
Commit: 66d16e892691ebb10395dcd233a96f1bf348898d
Parents: 080630b
Author: Alex Harui <ah...@apache.org>
Authored: Tue May 19 11:55:35 2015 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Tue May 19 11:57:00 2015 -0700

----------------------------------------------------------------------
 .../HTML/as/src/org/apache/flex/html/beads/ContainerView.as      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/66d16e89/frameworks/projects/HTML/as/src/org/apache/flex/html/beads/ContainerView.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/HTML/as/src/org/apache/flex/html/beads/ContainerView.as b/frameworks/projects/HTML/as/src/org/apache/flex/html/beads/ContainerView.as
index a6e8b25..548515c 100644
--- a/frameworks/projects/HTML/as/src/org/apache/flex/html/beads/ContainerView.as
+++ b/frameworks/projects/HTML/as/src/org/apache/flex/html/beads/ContainerView.as
@@ -378,7 +378,7 @@ package org.apache.flex.html.beads
 		{
             if (inGetViewHeight)
             {
-                trace("ContainerView: no height set for " + host);
+                //trace("ContainerView: no height set for " + host);
                 return host["$height"];
             }
             inGetViewHeight = true;
@@ -401,7 +401,7 @@ package org.apache.flex.html.beads
 		{
             if (inGetViewWidth)
             {
-                trace("ContainerView: no width set for " + host);
+                //trace("ContainerView: no width set for " + host);
                 return host["$width"];
             }
             inGetViewWidth = true;