Author: remi
Date: 2008-08-17 16:44:22 +0200 (Sun, 17 Aug 2008)
New Revision: 1541

Modified:
   software_suite_v2/software/tools/attitunesStudio/trunk/src/MainFrame.java
Log:
* removed some messages

Modified: 
software_suite_v2/software/tools/attitunesStudio/trunk/src/MainFrame.java
===================================================================
--- software_suite_v2/software/tools/attitunesStudio/trunk/src/MainFrame.java   
2008-08-17 14:03:38 UTC (rev 1540)
+++ software_suite_v2/software/tools/attitunesStudio/trunk/src/MainFrame.java   
2008-08-17 14:44:22 UTC (rev 1541)
@@ -894,9 +894,6 @@
                /* Select the command in the combobox */
                String cmd = (String)block.getFunctionParams().get("cmd");
                
-               System.out.println(blockRow);
-               System.out.println(cmd);
-               System.out.println(ATTBlockParams.getCmdNameFromType(blockRow, 
cmd));
                
jComboBoxCmdName.setSelectedItem(ATTBlockParams.getCmdNameFromType(blockRow, 
cmd));
                showBlockConf(cmd);
                


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to