From: Scott Baker Date: Mon, 26 May 2014 18:46:05 +0000 (-0700) Subject: remove debug line X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=52d634418d11897ec36647d2e8b76e7e2ff0babb;p=plstackapi.git remove debug line --- diff --git a/planetstack/templates/admin/dashboard/dashboard_base.html b/planetstack/templates/admin/dashboard/dashboard_base.html index 8e86b11..0a54c91 100644 --- a/planetstack/templates/admin/dashboard/dashboard_base.html +++ b/planetstack/templates/admin/dashboard/dashboard_base.html @@ -75,7 +75,6 @@ function errorDialog(title,msg) { buttons: { 'OK': function() { def.resolve(); - log.debug("Chose to add a sliver"); $( this ).dialog( "close" ); }, },