summaryrefslogtreecommitdiff
path: root/share/www/database.html
diff options
context:
space:
mode:
authorJohn Christopher Anderson <jchris@apache.org>2009-01-10 19:01:40 +0000
committerJohn Christopher Anderson <jchris@apache.org>2009-01-10 19:01:40 +0000
commitc5b518482b4c61f5c770f7399aff5629918f9c98 (patch)
tree23b53a474b6428074948afbb7a6d23e2b6661901 /share/www/database.html
parent9d59968a12500f1063b9a8d6a7407f79c72b21b7 (diff)
remove console.log() statement from database.html
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@733315 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/database.html')
-rw-r--r--share/www/database.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/share/www/database.html b/share/www/database.html
index ec5134d6..c627e21f 100644
--- a/share/www/database.html
+++ b/share/www/database.html
@@ -83,7 +83,6 @@ specific language governing permissions and limitations under the License.
$("#switch select").change(function() {
var viewName = $(this).val();
- console.log(viewName);
if (!viewName) $.cookies.remove(page.db.name + ".view");
location.href = "?" + encodeURIComponent(page.db.name) +
(viewName ? "/" + encodeURIComponent(viewName) : "");