[commit: ghc] master: boot: Eliminate superfluous output (00b96b2)
git at git.haskell.org
git at git.haskell.org
Mon Nov 27 15:21:48 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/00b96b27d9a014a5d788960eea7edb811a48570e/ghc
>---------------------------------------------------------------
commit 00b96b27d9a014a5d788960eea7edb811a48570e
Author: Ben Gamari <ben at smart-cactus.org>
Date: Mon Nov 27 10:20:59 2017 -0500
boot: Eliminate superfluous output
>---------------------------------------------------------------
00b96b27d9a014a5d788960eea7edb811a48570e
boot | 1 -
1 file changed, 1 deletion(-)
diff --git a/boot b/boot
index 05706af..7dc2983 100755
--- a/boot
+++ b/boot
@@ -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 '/'
More information about the ghc-commits
mailing list