From 3c02caeb5471ff12141a5383b90b8250e1ed986a Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Mon, 14 Jul 2014 18:07:47 -0700 Subject: [PATCH] fix debugging line that causes developer view to crash if user has no slice privileges --- planetstack/templates/admin/dashboard/developer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.43.0