* Remove a debug statement.

This commit is contained in:
Eelco Dolstra 2010-03-10 12:46:25 +00:00
parent 4c356acd04
commit 1a65142ec4
1 changed files with 0 additions and 1 deletions

View File

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