From: Scott Baker Date: Tue, 15 Jul 2014 01:07:47 +0000 (-0700) Subject: fix debugging line that causes developer view to crash if user has no slice privileges X-Git-Url: http://git.onelab.eu/?p=plstackapi.git;a=commitdiff_plain;h=3c02caeb5471ff12141a5383b90b8250e1ed986a 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 @@ function createUserSliceTable(data) { $('#developerview').html( '
' ); 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) {