From 71e33ab8e1247a014129929728e912343d820f2b Mon Sep 17 00:00:00 2001 From: InsanePrawn Date: Thu, 3 Nov 2022 12:24:03 +0100 Subject: [PATCH] chroot/abstract: remove leftover print statement --- chroot/abstract.py | 1 - 1 file changed, 1 deletion(-) diff --git a/chroot/abstract.py b/chroot/abstract.py index baaa0ce..3c2c49d 100644 --- a/chroot/abstract.py +++ b/chroot/abstract.py @@ -260,7 +260,6 @@ class Chroot(AbstractChroot): rel_target = 'var/cache/pacman/pkg' makedir(shared_cache) root_makedir(self.get_path(rel_target)) - print(self.get_path(rel_target)) return self.mount( shared_cache, rel_target,