* Remove debug message.

This commit is contained in:
Eelco Dolstra 2006-12-13 14:29:05 +00:00
parent a3e6415ba8
commit 1073b1780a
1 changed files with 0 additions and 1 deletions

View File

@ -739,7 +739,6 @@ struct FilterFromExpr : PathFilter
bool operator () (const Path & path)
{
printMsg(lvlError, format("filter %1%") % path);
Expr call = makeCall(filter, makePath(toATerm(path)));
return evalBool(state, call);
}