[Pkg-mozext-commits] [nostalgy] 156/235: Remove debug.
David Prévot
taffit at alioth.debian.org
Tue Oct 8 20:42:11 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository nostalgy.
commit 6de685d065f257b4569ab5024cb3bc075814f441
Author: frisch <frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date: Sat May 30 06:29:44 2009 +0000
Remove debug.
git-svn-id: http://nostalgy.googlecode.com/svn/trunk@156 56b81dcf-5a2f-0410-9db0-014be2e416ff
---
content/nfpredict.js | 14 +-------------
1 file changed, 1 insertion(+), 13 deletions(-)
diff --git a/content/nfpredict.js b/content/nfpredict.js
index 4d078e9..627cc12 100644
--- a/content/nfpredict.js
+++ b/content/nfpredict.js
@@ -100,24 +100,12 @@ var NostalgyPredict =
}
NostalgyDebug("addrs = " + addrs);
try {
- /*
- var myArray1 = $sqlite.select(this.getDBFile(),myCountsQueryAll);
- NostalgyDebug("length: "+myArray1.length);
- for(var i = 0; i < myArray1.length; i++ ) {
- NostalgyDebug("i = " + i);
- for (var k in myArray1[i]) {
- NostalgyDebug("row[" + k + "] = " + myArray1[i][k]);
- }
- }
- */
-
var myArray1 = $sqlite.select(this.getDBFile(),myPredictQueryA+addrs+myPredictQueryB+numPredictions+';');
NostalgyDebug(myPredictQueryA+addrs+myPredictQueryB);
NostalgyDebug("myArray1.length: "+myArray1.length);
if ( myArray1.length > 0 ) {
- //NostalgyDebug(myArray1[0]['folder'] +": "+myArray1[0]['prob']);
for( i = 0; i < myArray1.length; i++ ) {
- NostalgyDebug(myArray1[i]['folder'] +": "+myArray1[i]['prob']);
+ // NostalgyDebug(myArray1[i]['folder'] +": "+myArray1[i]['prob']);
if ( parseFloat(myArray1[i]['prob']) > 0.5 ) {
var uri = myArray1[i]['folder'];
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/nostalgy.git
More information about the Pkg-mozext-commits
mailing list