Browse Source

Cleaned the useless comments

Roland Haroutiounian 8 years ago
parent
commit
797795b635
1 changed files with 1 additions and 5 deletions
  1. 1
    5
      plugins/webui/interface/router.py

+ 1
- 5
plugins/webui/interface/router.py View File

@@ -27,9 +27,5 @@ def get_controller(request):
27 27
         if m is not None:
28 28
             request.url_args = m.groupdict()
29 29
             return callback
30
-        '''match = re.search(regex, request.PATH)
31
-        if match is not None:
32
-            request.url_args = match.groups()
33
-            return callback
34
-        '''
30
+
35 31
     return not_found

Loading…
Cancel
Save