mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 00:17:20 +02:00
Revert unintentional no-op log handler attachment
This snuck in from [] but was just a vestige of when I was testing with the tests still in FlowRunner test and wanted to make sure they still passed with the logging moved to FlowReporter. Now that the tests are in FlowReporterTest and FlowReporter is mocked out here, attaching the handler to that logger is a no-op. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=154601472
This commit is contained in:
parent
876552f1ce
commit
f9df4cf3f1
1 changed files with 0 additions and 1 deletions
|
@ -72,7 +72,6 @@ public class FlowRunnerTest extends ShardableTestCase {
|
|||
@Before
|
||||
public void before() {
|
||||
Logger.getLogger(FlowRunner.class.getCanonicalName()).addHandler(handler);
|
||||
Logger.getLogger(FlowReporter.class.getCanonicalName()).addHandler(handler);
|
||||
flowRunner.clientId = "TheRegistrar";
|
||||
flowRunner.credentials = new PasswordOnlyTransportCredentials();
|
||||
flowRunner.eppRequestSource = EppRequestSource.UNIT_TEST;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue