Author: kono
Date: 2011-05-24 17:19:48 -0700 (Tue, 24 May 2011)
New Revision: 25521
Modified:
core3/vizmap-impl/trunk/impl/src/main/java/org/cytoscape/view/vizmap/internal/VisualStyleImpl.java
Log:
Unnecessary log messages had been removed.
Modified:
core3/vizmap-impl/trunk/impl/src/main/java/org/cytoscape/view/vizmap/internal/VisualStyleImpl.java
===================================================================
---
core3/vizmap-impl/trunk/impl/src/main/java/org/cytoscape/view/vizmap/internal/VisualStyleImpl.java
2011-05-24 23:54:20 UTC (rev 25520)
+++
core3/vizmap-impl/trunk/impl/src/main/java/org/cytoscape/view/vizmap/internal/VisualStyleImpl.java
2011-05-25 00:19:48 UTC (rev 25521)
@@ -216,13 +216,9 @@
private void applyToView(final Collection<? extends View<?>> views,
final VisualProperty<?> vp) {
- logger.info("###### Apply called for " + vp.getDisplayName());
-
final VisualMappingFunction<?, ?> mapping =
getVisualMappingFunction(vp);
if (mapping != null) {
- // Mapping is available for this VP. Apply it.
- logger.debug("Visual Mapping found for " +
vp.getDisplayName() + ": " + mapping.toString());
// Default of this style
final Object styleDefaultValue = getDefaultValue(vp);
@@ -254,8 +250,6 @@
// logger.debug(vp.getDisplayName() + ": DEF
Val = " + defVal);
if (defVal.equals(val) == false)
view.setVisualProperty(vp, val);
-
- logger.debug("!! Applied 2: " +
view.getVisualProperty(vp));
}
}
}
--
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.