about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2010-03-10T12·46+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2010-03-10T12·46+0000
commit1a65142ec40c92b2df9973a1fc8d948e146e05d8 (patch)
tree6f11df2782649d414f6e9a89617dfcb8528260cf
parent4c356acd044dffbf459ac895b483b49959042931 (diff)
* Remove a debug statement.
-rw-r--r--src/libstore/local-store.cc1
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);