diff --git a/src/domain/checkForAndPlaceOrder.ts b/src/domain/checkForAndPlaceOrder.ts index 88032ef..0961500 100644 --- a/src/domain/checkForAndPlaceOrder.ts +++ b/src/domain/checkForAndPlaceOrder.ts @@ -273,19 +273,6 @@ async function _processConditionalOrder( pollingOnChainDurationSeconds, pollingOnChainChecksTotal ); - const timer = pollingOnChainDurationSeconds - .labels(...metricLabels) - .startTimer(); - pollResult = await _pollLegacy( - context, - owner, - conditionalOrder, - proof, - offchainInput, - orderRef - ); - timer(); - totalPollingOnChainChecks.labels(...metricLabels).inc(); } // Error polling