소스 검색

Cleaned the useless comments

Roland Haroutiounian 8 년 전
부모
커밋
797795b635
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. 1
    5
      plugins/webui/interface/router.py

+ 1
- 5
plugins/webui/interface/router.py 파일 보기

@@ -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…
취소
저장