Commit 776c0d14 by Kálmán Viktor

dashboard: remove dummy print

parent b8927f46
......@@ -95,8 +95,6 @@ class VmDetailView(CheckedDetailView):
instance=self.object, parent=None
).order_by('-started').select_related()
context['activity'] = ia
for i in ia[0].instanceactivity_set.all():
print i
context['acl'] = get_acl_data(instance)
return context
......
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