Skip to content

Commit a290124

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

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/rift/Controller.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -639,9 +639,6 @@ def validate_pkgs(config, args, pkgs, arch):
639639
message('Preparing Mock environment...')
640640
mock = Mock(config, arch, config.get('version'))
641641

642-
for repo in repos.all:
643-
logging.debug("Mock with repo %s: %s", repo.name, repo.url)
644-
645642
mock.init(repos.all)
646643

647644
try:

0 commit comments

Comments
 (0)