Commit 8e95b11f by Bach Dániel

dashboard: remove debug code

parent fb896048
......@@ -1263,8 +1263,6 @@ class NodeList(LoginRequiredMixin, SuperuserRequiredMixin, SingleTableView):
content_type="application/json",
)
else:
for node in Node.objects.all():
print node.byte_ram_usage
return super(NodeList, self).get(*args, **kwargs)
def get_queryset(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment