##// END OF EJS Templates
vcs: Move logging from vcs to simplevcs
Martin Bornhold -
r903:ca0f37f5 default
parent child Browse files
Show More
@@ -19,7 +19,6 b''
19 # and proprietary license terms, please see https://rhodecode.com/licenses/
19 # and proprietary license terms, please see https://rhodecode.com/licenses/
20
20
21 import gzip
21 import gzip
22 import re
23 import shutil
22 import shutil
24 import logging
23 import logging
25 import tempfile
24 import tempfile
@@ -178,12 +177,6 b' class VCSMiddleware(object):'
178
177
179 # Set repo names for permission checks, vcs and web interaction.
178 # Set repo names for permission checks, vcs and web interaction.
180 vcs_handler.set_repo_names(environ)
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 # check for type, presence in database and on filesystem
181 # check for type, presence in database and on filesystem
189 if not vcs_handler.is_valid_and_existing_repo(
182 if not vcs_handler.is_valid_and_existing_repo(
General Comments 0
You need to be logged in to leave comments. Login now