Skip to content

Commit

Permalink
Merge pull request #2586 from dtzWill/fix/remove-debug-print-nix-store
Browse files Browse the repository at this point in the history
nix-store: remove debugging print
  • Loading branch information
shlevy authored Dec 19, 2018
2 parents e653df3 + c1112ae commit ff342fc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/nix-store/nix-store.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit ff342fc

Please sign in to comment.