* Remove debug message.

This commit is contained in:
Eelco Dolstra 2006-09-08 09:31:07 +00:00
parent a04a65d7a5
commit feb63da431
1 changed files with 0 additions and 1 deletions

View File

@ -116,7 +116,6 @@ void run(Strings args)
if (i == args.end())
throw UsageError("`--arg' requires two arguments");
Expr value = parseExprFromString(state, *i++, absPath("."));
printMsg(lvlError, format("X %1% Y %2%") % name % value);
autoArgs.set(toATerm(name), value);
}
else if (arg == "--add-root") {