Author: slotia
Date: 2012-06-22 19:48:14 -0700 (Fri, 22 Jun 2012)
New Revision: 29677
Modified:
core3/impl/trunk/log-swing-impl/src/main/java/org/cytoscape/log/internal/CyStatusBar.java
Log:
Forgot to remove debug message
Modified:
core3/impl/trunk/log-swing-impl/src/main/java/org/cytoscape/log/internal/CyStatusBar.java
===================================================================
---
core3/impl/trunk/log-swing-impl/src/main/java/org/cytoscape/log/internal/CyStatusBar.java
2012-06-23 02:45:28 UTC (rev 29676)
+++
core3/impl/trunk/log-swing-impl/src/main/java/org/cytoscape/log/internal/CyStatusBar.java
2012-06-23 02:48:14 UTC (rev 29677)
@@ -226,8 +226,6 @@
memStatusBtn.setIcon(memState.getIcon());
memStatusBtn.setText("Memory: " + memState.getName());
memAmountLabel.setText(String.format("%.1f%% used of %s",
memUsed * 100.0f, memTotalFmt));
-
- logger.info("haydi ho! "+ memTotalFmt);
}
public void setMessage(final String level, final String message)
--
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.