Author: ruschein
Date: 2010-10-11 13:12:31 -0700 (Mon, 11 Oct 2010)
New Revision: 22204

Modified:
   cytoscape/trunk/application/src/main/java/cytoscape/logger/CyLogger.java
Log:
Removed commented-out, obsolete code.

Modified: 
cytoscape/trunk/application/src/main/java/cytoscape/logger/CyLogger.java
===================================================================
--- cytoscape/trunk/application/src/main/java/cytoscape/logger/CyLogger.java    
2010-10-11 20:04:58 UTC (rev 22203)
+++ cytoscape/trunk/application/src/main/java/cytoscape/logger/CyLogger.java    
2010-10-11 20:12:31 UTC (rev 22204)
@@ -98,14 +98,6 @@
        protected CyLogger(String name) {
                loggerName = name;
                logMap.put(name,this);
-               /*
-               Properties properties = CytoscapeInit.getProperties();
-               if (properties != null) {
-                       debugging = false;
-                       String debug = 
properties.getProperty("cytoscape.debug");
-                       debugging = Boolean.parseBoolean(debug);
-               }
-               */
        }
 
        public static void setDebugging(final boolean on) {

-- 
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.

Reply via email to