about summary refs log tree commit diff
path: root/src/libstore/store-api.cc
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2007-01-29T15·55+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2007-01-29T15·55+0000
commitf52de527c7743d8fe28574f02b632566a1006244 (patch)
tree2c76a733f1577c26eeed68c2cd11471291916aec /src/libstore/store-api.cc
parentb618fa6eb6aa4cc128286ab748bfb100fa46a888 (diff)
* Doh!
Diffstat (limited to 'src/libstore/store-api.cc')
-rw-r--r--src/libstore/store-api.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstore/store-api.cc b/src/libstore/store-api.cc
index 6ffbaf1ebf1e..4d5441318832 100644
--- a/src/libstore/store-api.cc
+++ b/src/libstore/store-api.cc
@@ -73,8 +73,6 @@ Path makeStorePath(const string & type,
     string s = type + ":sha256:" + printHash(hash) + ":"
         + nixStore + ":" + suffix;
 
-    printMsg(lvlError, s);
-    
     checkStoreName(suffix);
 
     return nixStore + "/"