Skip to content

Commit 8e5adc8

Browse files
committed
Remove rpc log filtering
1 parent 0f5549c commit 8e5adc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

booster/tools/booster/Proxy.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ respondEither cfg@ProxyConfig{statsVar, boosterState} booster kore req = case re
267267
other -> other
268268

269269
postProcessLogs :: [RPCLog.LogEntry] -> [RPCLog.LogEntry]
270-
postProcessLogs !logs = map RPCLog.logEntryEraseTerms . filter (not . isSimplificationLogEntry) $ logs
270+
postProcessLogs !logs = map RPCLog.logEntryEraseTerms logs
271271

272272
executionLoop ::
273273
LogSettings ->

0 commit comments

Comments
 (0)