diff options
author | Shea Levy <shea@shealevy.com> | 2018-12-19T19·57-0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-19T19·57-0500 |
commit | ff342fc0c2be662dd9791ff32b4d6d63e35aa2e9 (patch) | |
tree | 2baa0f1355689fb6dc99e0a350de18f101475995 | |
parent | e653df3153890ad4557f8e54adead5f0eeb685aa (diff) | |
parent | c1112ae9a229c188f3415e69a5997d77383f6643 (diff) |
Merge pull request #2586 from dtzWill/fix/remove-debug-print-nix-store
nix-store: remove debugging print
-rw-r--r-- | src/nix-store/nix-store.cc | 3 |
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; |