Skip to content

Commit 2541442

Browse files
committed
Controller: remove debugging leftover
1 parent 474a5b5 commit 2541442

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/rift/Controller.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -638,10 +638,6 @@ def validate_pkgs(config, args, pkgs, arch):
638638

639639
message('Preparing Mock environment...')
640640
mock = Mock(config, arch, config.get('version'))
641-
642-
for repo in repos.all:
643-
logging.debug("Mock with repo %s: %s", repo.name, repo.url)
644-
645641
mock.init(repos.all)
646642

647643
try:

0 commit comments

Comments
 (0)