[bugzilla-gnome-org-extensions] Remove stray console.log



commit 6760379147737ed7a66d78c869d0be13121f406e
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Wed Sep 16 21:43:42 2009 -0400

    Remove stray console.log

 js/review.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/js/review.js b/js/review.js
index 8ef8534..df7b46b 100644
--- a/js/review.js
+++ b/js/review.js
@@ -356,7 +356,6 @@ Review.prototype = {
                         count += parseInt(m3[1]);
                         i += 1;
                     }
-                    console.log(line.length);
                     // The check for /^$/ is because if Bugzilla is line-wrapping it also
                     // strips completely whitespace lines
                     if (line.match(/^ /) || line.match(/^$/)) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]