[nio-cvs] r79 - branches/home/psmith/restructure/src/nio-logger
    psmith at common-lisp.net 
    psmith at common-lisp.net
       
    Thu Feb  8 00:31:51 UTC 2007
    
    
  
Author: psmith
Date: Wed Feb  7 19:31:49 2007
New Revision: 79
Modified:
   branches/home/psmith/restructure/src/nio-logger/nio-logger.lisp
Log:
Removed unnecessary logging
Modified: branches/home/psmith/restructure/src/nio-logger/nio-logger.lisp
==============================================================================
--- branches/home/psmith/restructure/src/nio-logger/nio-logger.lisp	(original)
+++ branches/home/psmith/restructure/src/nio-logger/nio-logger.lisp	Wed Feb  7 19:31:49 2007
@@ -37,7 +37,7 @@
 	  (if ,line
 	      (progn , at body)
 	      (progn
-		(format t "read nil~%")
+;		(format t "read nil~%")
 		(sleep ,delay))))))
 
 
    
    
More information about the Nio-cvs
mailing list