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 4e81cda  remove trace
4e81cda is described below

commit 4e81cda92b0066802f04e3572410641c0743c1eb
Author: Carlos Rovira <[email protected]>
AuthorDate: Thu Sep 20 01:13:59 2018 +0200

    remove trace
---
 examples/royale/JewelExample/src/main/royale/AlertPlayGround.mxml      | 3 +--
 .../Jewel/src/main/royale/org/apache/royale/jewel/TabBarContent.as     | 1 -
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/examples/royale/JewelExample/src/main/royale/AlertPlayGround.mxml 
b/examples/royale/JewelExample/src/main/royale/AlertPlayGround.mxml
index 4c271a0..28aba67 100644
--- a/examples/royale/JewelExample/src/main/royale/AlertPlayGround.mxml
+++ b/examples/royale/JewelExample/src/main/royale/AlertPlayGround.mxml
@@ -153,8 +153,7 @@ limitations under the License.
 
         <j:SectionContent id="sourceCodeTab">
             <html:Pre>
-                <html:Code id="sourceCodeTextHolder" className="xml 
codeExample">
-                </html:Code>
+                <html:Code id="sourceCodeTextHolder" className="xml 
codeExample"/>
             </html:Pre>
         </j:SectionContent>
 
diff --git 
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/TabBarContent.as
 
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/TabBarContent.as
index 10166b2..7bd118e 100644
--- 
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/TabBarContent.as
+++ 
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/TabBarContent.as
@@ -65,7 +65,6 @@ package org.apache.royale.jewel
                 */
         public function showContent(id:String):void
         {
-                       trace("TabBarContent.showContent: " + id)
                        try
                        {
                                for (var i:int = 0; i < numElements; i++)

Reply via email to