Update of /cvsroot/freevo/freevo/src/util
In directory sc8-pr-cvs1:/tmp/cvs-serv4663

Modified Files:
        misc.py 
Log Message:
Remove debug


Index: misc.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/util/misc.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** misc.py     11 Jan 2004 05:45:38 -0000      1.14
--- misc.py     11 Jan 2004 05:46:31 -0000      1.15
***************
*** 11,14 ****
--- 11,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.15  2004/01/11 05:46:31  outlyer
+ # Remove debug
+ #
  # Revision 1.14  2004/01/11 05:45:38  outlyer
  # Ouch! We definitely need a cache sooner than later. Without the cache
***************
*** 387,391 ****
  
      cachefile = '%s/upsoon' % (config.FREEVO_CACHEDIR)
-     print cachefile
      if (os.path.exists(cachefile) and \
          (abs(time.time() - os.path.getmtime(cachefile)) < 3600)):
--- 390,393 ----




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to