Update handler.js

This commit is contained in:
Alex Ellis 2017-04-10 13:39:37 +01:00 committed by GitHub
parent a790954dfc
commit 82fa13f029

View File

@ -2,8 +2,6 @@
let getStdin = require('get-stdin');
let handler = require('./handler');
let handle = (req) => {
console.log(req);
};