don't print the log prefix now we've established it works :)

This commit is contained in:
Jez Higgins 2010-01-12 22:45:02 +00:00
parent f9caf4a0b8
commit 6734035e62

View file

@ -140,7 +140,6 @@ bool TestRunner::run(int ac, const char **av)
++a;
logprefix_ = *a;
logprefix_ += executable;
cout << "logprefix=" << logprefix_ << endl;
opt += 2;
continue;
}