Skip to content

Commit

Permalink
Comment out console.log statement in getPreCode function
Browse files Browse the repository at this point in the history
  • Loading branch information
m7medVision committed Jan 15, 2024
1 parent 74f3c00 commit 048a33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/precode.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { extract } from "https://deno.land/std@0.151.0/encoding/front_matter.ts";
import {existsSync} from "https://deno.land/std@0.212.0/fs/mod.ts";
export function getPreCode(slug: string): string {
console.log(slug);
// console.log(slug);
// TODO: implement this
// open slug file from courses folder .md
// find precode
Expand Down

0 comments on commit 048a33e

Please sign in to comment.