diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-12-13T14·29+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-12-13T14·29+0000 |
commit | 1073b1780a68522a5cad0fe0e1e6735365034118 (patch) | |
tree | 03065df42800e80f08dddc7d88cd4c089b68ebe2 /src | |
parent | a3e6415ba8cf1b8d2a1db40c06997d997eac8afc (diff) |
* Remove debug message.
Diffstat (limited to 'src')
-rw-r--r-- | src/libexpr/primops.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libexpr/primops.cc b/src/libexpr/primops.cc index 84d9f5a13c4e..17fc6b523157 100644 --- a/src/libexpr/primops.cc +++ b/src/libexpr/primops.cc @@ -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); } |