diff --git a/src/libstore/normalise.cc b/src/libstore/normalise.cc index 64b116712a..fbbaf9e078 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. */