* Remove debug message.
This commit is contained in:
parent
a3e6415ba8
commit
1073b1780a
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue