Skip to content

Commit

Permalink
chore: remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
btea committed Nov 24, 2024
1 parent 608141e commit 64fc577
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/node/utils/processIncludes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ export function processIncludes(
m1 = m1.slice(0, -len) // remove meta info from the include path
}

console.log('m1', m1)
console.log(region, title)

const atPresent = m1[0] === '@'

try {
Expand Down

0 comments on commit 64fc577

Please sign in to comment.