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 2019/12/12 23:47:08 UTC

[royale-asjs] 07/42: jewel-datagrid: 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

commit cc1fe227d470cec8d3311fa0bd651ad1dae1077d
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Wed Nov 27 00:35:28 2019 +0100

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

diff --git a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/views/DataGridView.as b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/views/DataGridView.as
index 815e803..a62aac7 100644
--- a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/views/DataGridView.as
+++ b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/views/DataGridView.as
@@ -131,7 +131,6 @@ package org.apache.royale.jewel.beads.views
             sharedModel.headerModel = _header.model as IBeadModel;
 
             var listAreaClass:Class = ValuesManager.valuesImpl.getValue(host, "listAreaClass") as Class;
-            trace("listAreaClass: " + listAreaClass);
             assert(listAreaClass != null,"listAreaClass for DataGrid must be set!")
             _listArea = new listAreaClass() as IUIBase;
             (_listArea as ILayoutChild).percentWidth = 100;