fix debugging line that causes developer view to crash if user has no slice privileges
diff --git a/planetstack/templates/admin/dashboard/developer.html b/planetstack/templates/admin/dashboard/developer.html
index 00c49c7..13f178f 100644
--- a/planetstack/templates/admin/dashboard/developer.html
+++ b/planetstack/templates/admin/dashboard/developer.html
@@ -29,7 +29,7 @@
$('#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) {