From: Mike Taylor Date: Thu, 13 Feb 2014 11:50:35 +0000 (+0000) Subject: Remove short-term debugging output X-Git-Tag: 1.0.0~1450 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=6761f6ac598d684451345d74e49289a95b345a85;hp=16f5f0e87f546425e2e79c9a750b548cbef75bb9;p=mkws-moved-to-github.git Remove short-term debugging output --- diff --git a/tools/htdocs/mkws-jquery.js b/tools/htdocs/mkws-jquery.js index 9f296ee..11fa838 100644 --- a/tools/htdocs/mkws-jquery.js +++ b/tools/htdocs/mkws-jquery.js @@ -31,7 +31,6 @@ function _mkws_jquery_plugin ($) { return; } - debug("Calling dialog()"); $(id_popup).dialog({ closeOnEscape: true, autoOpen: false, @@ -46,12 +45,10 @@ function _mkws_jquery_plugin ($) { }, close: function() { } }); - debug("Called dialog()"); $(id_button) .button() .click(function() { - debug("Opening dialog()"); $(id_popup).dialog("open"); }); };