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 @@
         buttons: {
             'OK': function() {
                 def.resolve();
-                log.debug("Chose to add a sliver");
                 $( this ).dialog( "close" );
             },
         },