diff --git a/sample-functions/BaseFunctions/node/handler.js b/sample-functions/BaseFunctions/node/handler.js index 9899ac95..344cdfbd 100644 --- a/sample-functions/BaseFunctions/node/handler.js +++ b/sample-functions/BaseFunctions/node/handler.js @@ -2,8 +2,6 @@ let getStdin = require('get-stdin'); -let handler = require('./handler'); - let handle = (req) => { console.log(req); };