Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Commit

Permalink
Remove stale debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaSemenov committed Jun 6, 2018
1 parent 222315d commit 2865ef9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/plugins/fs-routes/write-routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ module.exports = async function(api, moduleName, options) {
const mutex = new Mutex()

const writeFile = async () => {
await new Promise(resolve => setTimeout(resolve, 3000))
await fs.writeFile(
api.resolveOutDir(moduleName),
await require('./routes-template')(api, options)
Expand Down

0 comments on commit 2865ef9

Please sign in to comment.