Skip to content

Commit

Permalink
refactor: remove unused title function (#24)
Browse files Browse the repository at this point in the history
Delete title function
  • Loading branch information
jiangzik authored Dec 25, 2024
1 parent fc6f502 commit ac37481
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,4 @@ export default {
error(text: string) {
console.log(pico.red(text))
},
title(text: string) {
console.log(pico.cyan(text))
},
}

0 comments on commit ac37481

Please sign in to comment.