From f17553a212e726abdfc96af5657968c24a829d0d Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 29 Nov 2004 15:30:44 +0000 Subject: [PATCH] * Remove debug statement. --- src/libstore/normalise.cc | 2 -- 1 file changed, 2 deletions(-) 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. */