Update of /cvsroot/freevo/freevo/helpers
In directory sc8-pr-cvs1:/tmp/cvs-serv32314/helpers

Modified Files:
        musicsqlimport.py 
Log Message:
Removed some debug lines.


Index: musicsqlimport.py
===================================================================
RCS file: /cvsroot/freevo/freevo/helpers/musicsqlimport.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** musicsqlimport.py   30 Jun 2003 20:20:05 -0000      1.5
--- musicsqlimport.py   30 Jun 2003 20:20:44 -0000      1.6
***************
*** 17,22 ****
  DATABASE = CACHEDIR +"/" + DBFILE
  
- print DATABASE
- 
  # Utility functions
  
--- 17,20 ----
***************
*** 49,53 ****
  
  def create_db():
-     print DATABASE
      db = sqlite.connect(DATABASE)
      cursor = db.cursor()
--- 47,50 ----




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to