Author: vpakan(a)redhat.com
Date: 2012-05-03 03:29:43 -0400 (Thu, 03 May 2012)
New Revision: 40742
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/FormatUtils.java
Log:
Remove debug message.
Modified:
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/FormatUtils.java
===================================================================
---
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/FormatUtils.java 2012-05-03
07:29:20 UTC (rev 40741)
+++
trunk/tests/plugins/org.jboss.tools.ui.bot.ext/src/org/jboss/tools/ui/bot/ext/FormatUtils.java 2012-05-03
07:29:43 UTC (rev 40742)
@@ -57,11 +57,12 @@
}
}
}
+ /* Uncommet when debugging
System.out.println(sb.toString());
for (String item : list1){
System.out.println("result.add(\"" +
item.replaceAll("\"", "\\\"") + "\");");
}
-
+ */
return sb.toString();
}
Show replies by date