Skip to content

Commit

Permalink
fix: remove dependency on process.env
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 19, 2020
1 parent 58ff323 commit eb018f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import type { Stack, InputLayer, Handle, App } from './types'
import { promisifyHandle } from './promisify'
import { send, error, MIMES } from './utils'

const debug = process.env.NODE_ENV !== 'production' || process.env.DEBUG

export function createApp (): App {
const stack: Stack = []

Expand Down

0 comments on commit eb018f5

Please sign in to comment.