diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-09-26 02:24:13 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-09-26 02:24:48 +0200 |
commit | b246f6a154c113aaa98a81a56588acf9d647e03e (patch) | |
tree | 429cf7df4443e43eb4acbae7cc5d0264755c34f4 | |
parent | b1eb91d2068b2ea4b983977412821d4fa9640e4e (diff) | |
download | bugzilla-triage-b246f6a154c113aaa98a81a56588acf9d647e03e.tar.gz |
Remove unnecessary console.log
-rw-r--r-- | lib/logger.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/logger.js b/lib/logger.js index 052364d..f64a6e9 100644 --- a/lib/logger.js +++ b/lib/logger.js @@ -27,7 +27,6 @@ Logger.prototype.size = function size() { for (key in myStorage.storage.logs) { size++; } - console.log("logStore.size = " + size); return size; }; |