Skip to content

Commit

Permalink
fix: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed May 13, 2023
1 parent 81e424e commit a8f37e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/catalogue.json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export const get = (async () => {
cover.height,
);

console.log(game);
const metadataPath = import.meta.env.DEV
? path.join(path.dirname(cover.src), "./data.json")
: path.join(
Expand Down

1 comment on commit a8f37e7

@vercel
Copy link

@vercel vercel bot commented on a8f37e7 May 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

erika-florist – ./

erika-florist-git-main-princesseuh.vercel.app
erika-florist-princesseuh.vercel.app
erika-florist.vercel.app

Please sign in to comment.