You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2020/06/08 07:48:28 UTC

[royale-asjs] 01/02: remove trace statement so it doesn't show up in greps

This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch ChildResize
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit 03cc89ec739af9b6b1cff557922cb4c07e430ec5
Author: Alex Harui <ah...@apache.org>
AuthorDate: Mon Jun 8 00:47:16 2020 -0700

    remove trace statement so it doesn't show up in greps
---
 frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as | 2 --
 1 file changed, 2 deletions(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as b/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as
index c5fa102..36fc392 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as
@@ -5040,8 +5040,6 @@ COMPILE::JS
      */
     public function setActualSize(w:Number, h:Number):void
     {
-    
-    //    trace("setActualSize not implemented");
 		this.setWidthAndHeight(w, h);
     }