* Remove debug output.

This commit is contained in:
Eelco Dolstra 2004-06-21 10:01:17 +00:00
parent 37ee6cef99
commit 2db9748221
1 changed files with 0 additions and 1 deletions

View File

@ -191,7 +191,6 @@ static void opSubstitute(Strings opFlags, Strings opArgs)
sub.args.push_back(s);
}
if (!cin || cin.eof()) throw Error("missing input");
cerr << ".";
registerSubstitute(txn, srcPath, sub);
}