From 52d634418d11897ec36647d2e8b76e7e2ff0babb Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Mon, 26 May 2014 11:46:05 -0700 Subject: [PATCH] remove debug line --- planetstack/templates/admin/dashboard/dashboard_base.html | 1 - 1 file changed, 1 deletion(-) 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" ); }, }, -- 2.43.0