diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-03-10T12·46+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-03-10T12·46+0000 |
commit | 1a65142ec40c92b2df9973a1fc8d948e146e05d8 (patch) | |
tree | 6f11df2782649d414f6e9a89617dfcb8528260cf /src | |
parent | 4c356acd044dffbf459ac895b483b49959042931 (diff) |
* Remove a debug statement.
Diffstat (limited to 'src')
-rw-r--r-- | src/libstore/local-store.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstore/local-store.cc b/src/libstore/local-store.cc index ff7196644182..4d82547c621d 100644 --- a/src/libstore/local-store.cc +++ b/src/libstore/local-store.cc @@ -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); |