Skip to content

Commit 65087ff

Browse files
committed
remove console logs
1 parent a832524 commit 65087ff

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sdk/route/src/tracking.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ export async function trackAxelar<
102102
axelarTransceiver.index
103103
);
104104

105-
console.log("Axelar attested:", axelarAttested);
106-
107105
if (axelarAttested) {
108106
// Clear error state if relay status is not an error
109107
if (isFailed(receipt)) {
@@ -126,8 +124,6 @@ export async function trackAxelar<
126124
txid
127125
);
128126

129-
console.log("Axelar status:", axelarStatus);
130-
131127
if (axelarStatus.error) {
132128
return {
133129
...receipt,

0 commit comments

Comments
 (0)