Merge pull request #2586 from dtzWill/fix/remove-debug-print-nix-store

nix-store: remove debugging print
This commit is contained in:
Shea Levy 2018-12-19 14:57:38 -05:00 committed by GitHub
commit ff342fc0c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;