You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2018/09/17 22:08:54 UTC

[royale-asjs] branch develop updated: remove trace

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new c7341cc  remove trace
c7341cc is described below

commit c7341ccd45082fb8dc7df26ff4062ef3f846d6f4
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Tue Sep 18 00:08:48 2018 +0200

    remove trace
---
 .../src/main/royale/org/apache/royale/jewel/beads/views/ComboBoxView.as  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/views/ComboBoxView.as b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/views/ComboBoxView.as
index dc9c7dc..ebb1737 100644
--- a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/views/ComboBoxView.as
+++ b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/views/ComboBoxView.as
@@ -239,7 +239,6 @@ package org.apache.royale.jewel.beads.views
 		 */
 		protected function initSize():void
 		{
-			trace("init size");
 			_button.width = 39;
 
 			if(host.width == 0 || host.width < 89)