Skip to content

Commit 1b0cf7b

Browse files
committed
remove .env
1 parent 78ca189 commit 1b0cf7b

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.env

-1
This file was deleted.

.gitignore

+1
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

components/SwapWidgets/SwapWidget.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export const SwapWidget = (props: Props) => {
2525
setCurrentSellAsset,
2626
setCurrentBuyAsset,
2727
} = useSwapActions();
28-
console.log({ currentBuyAsset });
2928

3029
return (
3130
<div className="bg-[#030D0A] p-4 col-span-2 max-w-[448px] w-full border-secondary border-[1px] rounded-xl">

0 commit comments

Comments
 (0)