|
From: <caw...@us...> - 2007-04-20 23:56:04
|
Revision: 2357
http://svn.sourceforge.net/rubyeclipse/?rev=2357&view=rev
Author: cawilliams
Date: 2007-04-20 16:56:02 -0700 (Fri, 20 Apr 2007)
Log Message:
-----------
comment out printing debug stuff to command line
Modified Paths:
--------------
trunk/org.rubypeople.rdt.debug.core/src/org/rubypeople/rdt/internal/debug/core/parsing/MultiReaderStrategy.java
Modified: trunk/org.rubypeople.rdt.debug.core/src/org/rubypeople/rdt/internal/debug/core/parsing/MultiReaderStrategy.java
===================================================================
--- trunk/org.rubypeople.rdt.debug.core/src/org/rubypeople/rdt/internal/debug/core/parsing/MultiReaderStrategy.java 2007-04-20 23:54:29 UTC (rev 2356)
+++ trunk/org.rubypeople.rdt.debug.core/src/org/rubypeople/rdt/internal/debug/core/parsing/MultiReaderStrategy.java 2007-04-20 23:56:02 UTC (rev 2357)
@@ -97,7 +97,7 @@
}
private synchronized void findReaderForTag() throws XmlStreamReaderException {
- System.out.println("There are no threads:" + threads.size()) ;
+// System.out.println("There are no threads:" + threads.size()) ;
for (XmlStreamReader streamReader : threads.keySet()) {
if (streamReader.processStartElement(xpp)) {
currentReader = streamReader;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|