Skip to content

Commit

Permalink
style: remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-id committed Jan 1, 2024
1 parent 33da405 commit 7d53c56
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ import fs from 'fs'
import path from 'path'
import handlebars from 'handlebars'

// import { fileURLToPath } from 'url'
// const __filename = fileURLToPath(import.meta.url)
// const __dirname = path.dirname(__filename)

const templates = new Map()

export async function template(name: string, params = {}) {
Expand Down

0 comments on commit 7d53c56

Please sign in to comment.