Author: pwang
Date: 2010-11-19 17:15:12 -0800 (Fri, 19 Nov 2010)
New Revision: 22957
Modified:
core3/plugin-impl/trunk/src/main/java/org/cytoscape/plugin/internal/PluginFileReader.java
Log:
Comment out debug message
Modified:
core3/plugin-impl/trunk/src/main/java/org/cytoscape/plugin/internal/PluginFileReader.java
===================================================================
---
core3/plugin-impl/trunk/src/main/java/org/cytoscape/plugin/internal/PluginFileReader.java
2010-11-20 01:14:37 UTC (rev 22956)
+++
core3/plugin-impl/trunk/src/main/java/org/cytoscape/plugin/internal/PluginFileReader.java
2010-11-20 01:15:12 UTC (rev 22957)
@@ -131,7 +131,7 @@
PluginXml.THEME_LIST.getTag());
if (ThemeList != null) {
- logger.debug("Theme list from xml: " +
ThemeList.getChildren().size());
+ //logger.debug("Theme list from xml: " +
ThemeList.getChildren().size());
Iterator<Element> themeI =
ThemeList.getChildren(
PluginXml.THEME.getTag()).iterator();
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.