From 9e3ca1f868ae9bd98adf6450b64a751f407b4d42 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 12 Feb 2014 18:01:14 +0000 Subject: [PATCH] Remove no-longer-needed debugging output. --- tools/htdocs/mkws.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/htdocs/mkws.js b/tools/htdocs/mkws.js index 5cdea81..fe4e1c9 100644 --- a/tools/htdocs/mkws.js +++ b/tools/htdocs/mkws.js @@ -348,7 +348,6 @@ function team($, teamName) { function target_filtered(id) { - debug("target_filtered(" + id + ")"); for (var i = 0; i < m_filters.length; i++) { if (m_filters[i].id === id || m_filters[i].id === 'pz:id=' + id) { -- 1.7.10.4