Commit 2be81c03 authored by ibuler's avatar ibuler

fix(connect) delete debug

fixed
parent 30a3cd29
......@@ -441,7 +441,6 @@ class Nav(object):
self.perm_assets = sorted(self.user_perm.get('asset', []).keys(),
key=lambda x: [int(num) for num in x.ip.split('.') if num.isdigit()])
self.perm_asset_groups = self.user_perm.get('asset_group', [])
print self.perm_assets
@staticmethod
def print_nav():
......
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 to comment