Remove stray debug statement

This was causing a failure on macOS.

https://hydra.nixos.org/build/130354318
This commit is contained in:
Eelco Dolstra 2020-11-17 15:36:20 +01:00
parent 3daa256728
commit f89fd0bde7

View file

@ -258,9 +258,6 @@ docPath=$(nix-store -q --references $outPath)
# +---...-multi-output-doc
nix copy --to "file://$cacheDir" $outPath
( echo $outPath $docPath
find $cacheDir
) >/tmp/blurb
hashpart() {
basename "$1" | cut -c1-32