[Pkg-mozext-commits] [nostalgy] 162/235: Remove some debug messages.
David Prévot
taffit at alioth.debian.org
Tue Oct 8 20:42:13 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 3287db29fcfde124545acd7393ff8e96bf438efd
Author: frisch <frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date: Wed Jun 24 21:33:34 2009 +0000
Remove some debug messages.
git-svn-id: http://nostalgy.googlecode.com/svn/trunk@162 56b81dcf-5a2f-0410-9db0-014be2e416ff
---
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