Commit b4596a86 by Bach Dániel

dashboard: remove print 'hi'

parent 6b11c860
......@@ -924,7 +924,6 @@ class VmRemoveInterfaceForm(OperationForm):
@property
def helper(self):
helper = super(VmRemoveInterfaceForm, self).helper
print 'hi'
if self.interface:
helper.layout = Layout(
AnyTag(
......
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