about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2018-12-19T19·57-0500
committerGitHub <noreply@github.com>2018-12-19T19·57-0500
commitff342fc0c2be662dd9791ff32b4d6d63e35aa2e9 (patch)
tree2baa0f1355689fb6dc99e0a350de18f101475995 /src
parente653df3153890ad4557f8e54adead5f0eeb685aa (diff)
parentc1112ae9a229c188f3415e69a5997d77383f6643 (diff)
Merge pull request #2586 from dtzWill/fix/remove-debug-print-nix-store
nix-store: remove debugging print
Diffstat (limited to 'src')
-rw-r--r--src/nix-store/nix-store.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nix-store/nix-store.cc b/src/nix-store/nix-store.cc
index 5b37237eb165..a9ad14762e62 100644
--- a/src/nix-store/nix-store.cc
+++ b/src/nix-store/nix-store.cc
@@ -1000,9 +1000,6 @@ static int _main(int argc, char * * argv)
         Strings opFlags, opArgs;
         Operation op = 0;
 
-        Hash h("sha512-Q2bFTOhEALkN8hOms2FKTDLy7eugP2zFZ1T8LCvX42Fp3WoNr3bjZSAHeOsHrbV1Fu9/A0EzCinRE7Af1ofPrw==");
-        printError("GOT HASH %s", h.to_string(Base64));
-
         parseCmdLine(argc, argv, [&](Strings::iterator & arg, const Strings::iterator & end) {
             Operation oldOp = op;