mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-18 22:26:32 +01:00
don't print the log prefix now we've established it works :)
This commit is contained in:
parent
f9caf4a0b8
commit
6734035e62
1 changed files with 0 additions and 1 deletions
|
@ -140,7 +140,6 @@ bool TestRunner::run(int ac, const char **av)
|
||||||
++a;
|
++a;
|
||||||
logprefix_ = *a;
|
logprefix_ = *a;
|
||||||
logprefix_ += executable;
|
logprefix_ += executable;
|
||||||
cout << "logprefix=" << logprefix_ << endl;
|
|
||||||
opt += 2;
|
opt += 2;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue