From d7a909da71b9b5ccd1377b414c1c2484e3aa9430 Mon Sep 17 00:00:00 2001 From: Craig Condon Date: Wed, 30 Jul 2014 11:38:16 -0700 Subject: [PATCH] remove commented out code --- lib/exe.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/exe.js b/lib/exe.js index 87fd773..d0b3a2c 100644 --- a/lib/exe.js +++ b/lib/exe.js @@ -40,12 +40,6 @@ exports.compile = function (options, complete) { * bundle the application into one script */ - /*function combineProject (nc, next) { - nodeCompiler = nc; - _log("bundle %s", options.input); - sardines({ entries: [options.input], platform: "node" }, next); - },*/ - function combineProject (nc, next) { nodeCompiler = nc; _log("bundle %s", options.input);