about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/libstore/normalise.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstore/normalise.cc b/src/libstore/normalise.cc
index 64b116712a31..fbbaf9e07804 100644
--- a/src/libstore/normalise.cc
+++ b/src/libstore/normalise.cc
@@ -316,8 +316,6 @@ void canonicalisePathMetaData(const Path & path)
     if (lstat(path.c_str(), &st))
 	throw SysError(format("getting attributes of path `%1%'") % path);
 
-    cerr << "foo!" << path << "\n";
-    
     if (!S_ISLNK(st.st_mode)) {
 
         /* Mask out all type related bits. */