Skip to content

Commit

Permalink
ref: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Bensigo committed Oct 12, 2023
1 parent bed8ff1 commit 2aebd60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/api/routers/activities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ export const activityRouter = createTRPCRouter({
}
);

console.log({ rawActivitiyResponse });

if (!rawActivitiyResponse) {
throw new Error("Oops something went wrong");
}
const activities = parseActivities(rawActivitiyResponse);
console.log({ activities });


// set cache data
if (process.env.VERCEL_ENV === "production") {
Expand Down

0 comments on commit 2aebd60

Please sign in to comment.