Skip to content

Commit

Permalink
Removing unneessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
imariel2d committed Feb 14, 2024
1 parent cb74d76 commit 9319eaf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dolarenbancos",
"version": "0.1.54",
"version": "0.1.55",
"private": true,
"scripts": {
"prepare": "panda codegen && husky install",
Expand Down
4 changes: 0 additions & 4 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ const posthog = new PostHog(process.env.POSTHOG_KEY!!,
}
)

if (posthog) {
log.info('... feli')
}

export default async function Home () {
const data = await getPrices()
const todayPrices = data.today
Expand Down

0 comments on commit 9319eaf

Please sign in to comment.