Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
chasers committed Jun 30, 2021
1 parent fe01a5f commit 786783d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions pages/api/error-console.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import logger from '../../logger/logger'

export default function handler(req, res) {

// Lets log an error with console here.
Expand Down
2 changes: 0 additions & 2 deletions pages/api/error-pino.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import logger from '../../logger/logger'

export default function handler(req, res) {

// Lets log an error with pino here.
Expand Down

0 comments on commit 786783d

Please sign in to comment.