mirror of
https://github.com/google/nomulus
synced 2026-04-14 13:37:25 +00:00
Remove old json logging from flows
This was meant for log replay and has long been ignored/useless. As part of this, remove execution time from EppResponse since this was the only thing consuming it. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=137293734
This commit is contained in:
@@ -86,7 +86,6 @@ public abstract class Flow {
|
||||
.setMessageQueueInfo(messageQueueInfo)
|
||||
.setResData(responseData)
|
||||
.setExtensions(responseExtensions)
|
||||
.setExecutionTime(now)
|
||||
.build());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user