diff --git a/packages/synapse-interface/components/_Transaction/helpers/useTxRefundStatus.ts b/packages/synapse-interface/components/_Transaction/helpers/useTxRefundStatus.ts index 3a758b21e7..351f97f04e 100644 --- a/packages/synapse-interface/components/_Transaction/helpers/useTxRefundStatus.ts +++ b/packages/synapse-interface/components/_Transaction/helpers/useTxRefundStatus.ts @@ -42,7 +42,6 @@ export const useTxRefundStatus = ( if (status === BridgeStatus.REFUNDED) { setIsRefunded(true) } - console.log('RFQ Transaction Status: ', status) } catch (error) { console.error('Failed to get transaction refund status:', error) }