Skip to content

Commit

Permalink
remove logfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
asos-albinotonnina committed Mar 1, 2019
1 parent 582e08d commit 8e74a35
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"animejs": "^2.0.2",
"express": "^3.5.0",
"knuth-shuffle": "^1.0.1",
"logfmt": "^1.0.0",
"skrollr": "^0.6.26",
"skrollr-menu": "^1.0.3",
"skrollr-stylesheets": "^1.0.0",
Expand Down
2 changes: 0 additions & 2 deletions web.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
const path = require('path')
const express = require('express')
const logfmt = require('logfmt')
const app = express()

app.use(logfmt.requestLogger())
app.use(express.compress())
app.use(express.static(path.join(__dirname, 'build')))

Expand Down

0 comments on commit 8e74a35

Please sign in to comment.