remove debug line
authorScott Baker <smbaker@gmail.com>
Mon, 26 May 2014 18:46:05 +0000 (11:46 -0700)
committerScott Baker <smbaker@gmail.com>
Mon, 26 May 2014 18:46:05 +0000 (11:46 -0700)
planetstack/templates/admin/dashboard/dashboard_base.html

index 8e86b11..0a54c91 100644 (file)
@@ -75,7 +75,6 @@ function errorDialog(title,msg) {
         buttons: {
             'OK': function() {
                 def.resolve();
-                log.debug("Chose to add a sliver");
                 $( this ).dialog( "close" );
             },
         },