* Remove a debug statement.
This commit is contained in:
parent
4c356acd04
commit
1a65142ec4
|
@ -980,7 +980,6 @@ void LocalStore::exportPath(const Path & path, bool sign,
|
|||
if (hash != storedHash)
|
||||
throw Error(format("hash of path `%1%' has changed from `%2%' to `%3%'!") % path
|
||||
% printHash(storedHash) % printHash(hash));
|
||||
printMsg(lvlError, printHash(hash));
|
||||
|
||||
writeInt(EXPORT_MAGIC, hashAndWriteSink);
|
||||
|
||||
|
|
Loading…
Reference in a new issue