Skip to content

Commit

Permalink
Remove strap print statement in mount helper
Browse files Browse the repository at this point in the history
  • Loading branch information
hunger committed Sep 13, 2019
1 parent 66a494a commit 63e438f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ option infrastructure:

* Use erofs over squashfs (once available)
* Move to dracut for initrd generation

* Remove C! lines from usr/lib/tmpfiles.d/etc.conf
1 change: 0 additions & 1 deletion cleanroom/helper/mount.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@


def _map_into_chroot(directory: str, chroot: str = ''):
print('Directory: {}, chroot: {}.'.format(directory, chroot))
assert os.path.isabs(directory)
directory = os.path.normpath(directory)

Expand Down

0 comments on commit 63e438f

Please sign in to comment.