Browse Source

[trac384] removed an unused if branch

Jelte Jansen 14 years ago
parent
commit
086b420bfb
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/bin/bindctl/bindcmd.py

+ 0 - 4
src/bin/bindctl/bindcmd.py

@@ -569,10 +569,6 @@ class BindCmdInterpreter(Cmd):
                 identifier += "/"
             if cmd.params['identifier'].startswith("/"):
                 identifier = cmd.params['identifier']
-            else:
-                if cmd.params['identifier'].startswith('['):
-                    identifier = identifier[:-1]
-                identifier += cmd.params['identifier']
 
             # Check if the module is known; for unknown modules
             # we currently deny setting preferences, as we have