Skip to content

Commit 9ee221d

Browse files
committed
Remove console.log
1 parent 67e192b commit 9ee221d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/retryAddParticipant.util.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export async function retryAddParticipant(conversationSid: string, participantAd
1818
proxyAddresses.shift()
1919
return retryAddParticipant(conversationSid, participantAddress, proxyAddresses)
2020
} else {
21-
console.log('hereherh')
2221
console.log(err)
2322
throw new Error(err)
2423
}

0 commit comments

Comments
 (0)