Skip to content

Commit 50d8846

Browse files
committed
refactor: remove debug log from buildAppDetails function
1 parent 1787efe commit 50d8846

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/modules/apps/app/buildAppDetails.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import {
1111
export function buildAppDetails({ app }: { app: App }) {
1212
const firstTransfer = Array.isArray(app?.transfers) && app?.transfers[0];
1313
const firstTimestamp = firstTransfer?.transaction?.timestamp;
14-
console.log('app', app);
1514

1615
return {
1716
...(app.address && {

0 commit comments

Comments
 (0)