From c5b518482b4c61f5c770f7399aff5629918f9c98 Mon Sep 17 00:00:00 2001 From: John Christopher Anderson Date: Sat, 10 Jan 2009 19:01:40 +0000 Subject: remove console.log() statement from database.html git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@733315 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/database.html | 1 - 1 file changed, 1 deletion(-) (limited to 'share/www/database.html') 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) : ""); -- cgit v1.2.3