Skip to content

Commit fef86da

Browse files
authored
Merge pull request #49 from codingknite/rem-gbq-logs
chore: remove log
2 parents 5634bac + b5c458c commit fef86da

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ui/tx/details/TxInfo.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,6 @@ const TxInfo = ({ data, isLoading, socketStatus }: Props) => {
9494
txHash: data?.hash,
9595
});
9696

97-
// eslint-disable-next-line no-console
98-
console.log('txTags', txTags);
99-
10097
const truncateArweaveId = (address: string) => {
10198
const start = address.slice(0, 28);
10299
const end = address.slice(-4);

0 commit comments

Comments
 (0)