Skip to content

Commit

Permalink
chore: remove console.debug
Browse files Browse the repository at this point in the history
  • Loading branch information
VaiTon committed Sep 16, 2023
1 parent 9a376f0 commit bfd8b5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/+page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import TEACHINGS from '$lib/teachings';
import type { PageLoad } from './$types';

export const load = (async () => {
console.debug(TEACHINGS)
return {
courses: TEACHINGS
};
Expand Down

1 comment on commit bfd8b5d

@vercel
Copy link

@vercel vercel bot commented on bfd8b5d Sep 16, 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:

dynamik – ./

dynamik.vercel.app
dynamik-git-main-csunibo.vercel.app
dynamik-csunibo.vercel.app

Please sign in to comment.