fix debugging line that causes developer view to crash if user has no slice privileges
authorScott Baker <smbaker@gmail.com>
Tue, 15 Jul 2014 01:07:47 +0000 (18:07 -0700)
committerScott Baker <smbaker@gmail.com>
Tue, 15 Jul 2014 01:07:47 +0000 (18:07 -0700)
planetstack/templates/admin/dashboard/developer.html

index 00c49c7..13f178f 100644 (file)
@@ -29,7 +29,7 @@ function createUserSliceTable(data) {
 
     $('#developerview').html( '<table cellpadding="0" cellspacing="0" border="0" class="display" id="dynamicusersliceinfo"></table>' );
     var actualEntries = [];
-    log.debug(data['userSliceInfo']['rows'][0]['slicename']);
+    //log.debug(data['userSliceInfo']['rows'][0]['slicename']);
 
     var rows = data['userSliceInfo']['rows'];
     for (row in rows) {