fix debugging line that causes developer view to crash if user has no slice privileges
[plstackapi.git] / 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) {