* Remove debug statement.

This commit is contained in:
Eelco Dolstra 2004-11-29 15:30:44 +00:00
parent 4115d8d8ce
commit f17553a212
1 changed files with 0 additions and 2 deletions

View File

@ -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. */