From: ken Date: Tue, 27 Jun 2017 03:22:56 +0000 (+0000) Subject: bugfixes X-Git-Url: https://www.kengrimes.com/gitweb/?p=henge%2Fkiak.git;a=commitdiff_plain;h=69de98364f738e698acf96e9a4430e702495f87f bugfixes --- diff --git a/main.js b/main.js index 15bdde9..cf2f3a3 100644 --- a/main.js +++ b/main.js @@ -48,7 +48,6 @@ const routeConnection = (request,response) => { serveFile(opts['index']) else if (routeName in opts['bindings']) { let localPath = path.normalize(opts['bindings'][routeName].concat(path.sep + routePath.slice(1).join(path.sep))) - console.log(localPath) if (localPath.includes(opts['bindings'][routeName])) { fs.readdir(localPath, (err, files) => { if (err)