diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-11-29T15·30+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-11-29T15·30+0000 |
commit | f17553a212e726abdfc96af5657968c24a829d0d (patch) | |
tree | 849b7a9d5ef4f8f2da34497e0c87c622aac3af45 | |
parent | 4115d8d8ce29113d9cb4efe7018dfb11f8038978 (diff) |
* Remove debug statement.
-rw-r--r-- | src/libstore/normalise.cc | 2 |
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. */ |