Show More
@@ -19,7 +19,6 b'' | |||
|
19 | 19 | # and proprietary license terms, please see https://rhodecode.com/licenses/ |
|
20 | 20 | |
|
21 | 21 | import gzip |
|
22 | import re | |
|
23 | 22 | import shutil |
|
24 | 23 | import logging |
|
25 | 24 | import tempfile |
@@ -178,12 +177,6 b' class VCSMiddleware(object):' | |||
|
178 | 177 | |
|
179 | 178 | # Set repo names for permission checks, vcs and web interaction. |
|
180 | 179 | vcs_handler.set_repo_names(environ) |
|
181 | log.debug('repo_names %s', { | |
|
182 | 'acl_repo_name': vcs_handler.acl_repo_name, | |
|
183 | 'vcs_repo_name': vcs_handler.vcs_repo_name, | |
|
184 | 'url_repo_name': vcs_handler.url_repo_name, | |
|
185 | }) | |
|
186 | log.debug('pull_request %s', vcs_handler.pr_id) | |
|
187 | 180 | |
|
188 | 181 | # check for type, presence in database and on filesystem |
|
189 | 182 | if not vcs_handler.is_valid_and_existing_repo( |
General Comments 0
You need to be logged in to leave comments.
Login now