Author: dmeyer
Date: Sat Mar 18 17:27:40 2006
New Revision: 1304

Modified:
   trunk/base/src/db.py

Log:
do not use print

Modified: trunk/base/src/db.py
==============================================================================
--- trunk/base/src/db.py        (original)
+++ trunk/base/src/db.py        Sat Mar 18 17:27:40 2006
@@ -1093,7 +1093,7 @@
                 "idf_t": math.log(objectcount / row[2] + 1) + order_weight
             }
             ids.append(row[0])
-            print "WORD: %s (%d), freq=%d/%d, idf_t=%f" % (row[1], row[0], 
row[2], objectcount, words[row[0]]["idf_t"])
+            # print "WORD: %s (%d), freq=%d/%d, idf_t=%f" % (row[1], row[0], 
row[2], objectcount, words[row[0]]["idf_t"])
 
         # Not all the words we requested are in the database, so we return
         # 0 results.


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to