diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-11-27 10:20:59 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-11-27 10:20:59 -0500 |
commit | 00b96b27d9a014a5d788960eea7edb811a48570e (patch) | |
tree | 6b5c4bdffe24cd3327fb75b04479ceefba01df67 /boot | |
parent | f713be7a29052ee68bbe5f502533a9271898da74 (diff) | |
download | haskell-00b96b27d9a014a5d788960eea7edb811a48570e.tar.gz |
boot: Eliminate superfluous output
Diffstat (limited to 'boot')
-rwxr-xr-x | boot | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -98,7 +98,6 @@ def boot_pkgs(): else: library_dirs.append(package) - print(library_dirs) for package in library_dirs: if package[-1] == '/': # drop trailing '/' |