[Pkg-mozext-commits] [nostalgy] 161/252: Remove some debug messages.

David Prévot taffit at moszumanska.debian.org
Tue Jun 14 15:24:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository nostalgy.

commit 5a1b60c5fb5138d34e0ba645f037bdaa15d6906c
Author: frisch <frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date:   Wed Jun 24 21:33:34 2009 +0000

    Remove some debug messages.
---
 content/nfpredict.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/nfpredict.js b/content/nfpredict.js
index 627cc12..4282656 100644
--- a/content/nfpredict.js
+++ b/content/nfpredict.js
@@ -98,11 +98,11 @@ var NostalgyPredict =
                         addrs = addrs + "\'" + aAdresses[i] +  "\'";
                     }
                 }
-                NostalgyDebug("addrs = " + addrs);
+                //                NostalgyDebug("addrs = " + addrs);
                 try {
                     var myArray1 = $sqlite.select(this.getDBFile(),myPredictQueryA+addrs+myPredictQueryB+numPredictions+';');
-                    NostalgyDebug(myPredictQueryA+addrs+myPredictQueryB);
-                    NostalgyDebug("myArray1.length: "+myArray1.length);
+                    //                    NostalgyDebug(myPredictQueryA+addrs+myPredictQueryB);
+                    //                    NostalgyDebug("myArray1.length: "+myArray1.length);
                     if ( myArray1.length > 0 ) {
                         for( i = 0; i < myArray1.length; i++ ) {
                             // NostalgyDebug(myArray1[i]['folder'] +": "+myArray1[i]['prob']);

-- 
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