Skip to content

Commit 26a3de5

Browse files
committed
deleting a console log to create a deployment
1 parent db0bf1f commit 26a3de5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ yarn-error.log*
2727

2828
# local env files
2929
.env*.local
30+
.env*
3031

3132
# vercel
3233
.vercel

src/components/common/table/Table.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ function Table(props: tableDataT) {
175175
<td className="">
176176

177177
{ target.length > 0 && target.map((item, index) => {
178-
console.log('target from table', target)
179178
return (
180179
<Token key={index} text={item} type="address" />
181180
)

0 commit comments

Comments
 (0)