summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorChristopher Lenz <cmlenz@apache.org>2008-05-23 13:03:55 +0000
committerChristopher Lenz <cmlenz@apache.org>2008-05-23 13:03:55 +0000
commitbe2c4f871ab7186fa25fa3f3b42e7169cd5c9a10 (patch)
tree6a85171a4b78d007666859c3363a677a9c370a9f /share
parent56fb317a9c095ca5fa866a2811774d6805ce723b (diff)
Remove debugging leftover in Futon.
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@659529 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share')
-rw-r--r--share/www/script/browse.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/share/www/script/browse.js b/share/www/script/browse.js
index 01a69050..6b8546ac 100644
--- a/share/www/script/browse.js
+++ b/share/www/script/browse.js
@@ -442,7 +442,6 @@ function CouchDatabasePage() {
var mapFun = $("#viewcode_map").val();
$.cookies.set(db.name + ".map", mapFun);
var reduceFun = $("#viewcode_reduce").val() || null;
- window.console.log(reduceFun);
if (reduceFun != null) {
$.cookies.set(db.name + ".reduce", reduceFun);
} else {