remove commented code This closes #538
Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/0bfd68b4 Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/0bfd68b4 Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/0bfd68b4 Branch: refs/heads/master Commit: 0bfd68b43b60f869a5c48bcc282bfc6ad4e3a910 Parents: cdd68a0 Author: Jesse MacFadyen <[email protected]> Authored: Thu Apr 20 14:57:13 2017 -0700 Committer: Steve Gill <[email protected]> Committed: Mon Apr 24 23:22:25 2017 -0700 ---------------------------------------------------------------------- .../fixtures/platforms/cordova-browser/bin/lib/create.js | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/0bfd68b4/cordova-lib/spec-cordova/fixtures/platforms/cordova-browser/bin/lib/create.js ---------------------------------------------------------------------- diff --git a/cordova-lib/spec-cordova/fixtures/platforms/cordova-browser/bin/lib/create.js b/cordova-lib/spec-cordova/fixtures/platforms/cordova-browser/bin/lib/create.js index a2b8420..2f77cc2 100644 --- a/cordova-lib/spec-cordova/fixtures/platforms/cordova-browser/bin/lib/create.js +++ b/cordova-lib/spec-cordova/fixtures/platforms/cordova-browser/bin/lib/create.js @@ -46,8 +46,6 @@ module.exports.createProject = function(project_path,package_name,project_name){ process.exit(2); } - // console.log('Creating Browser project. Path: ' + path.relative(process.cwd(),project_path)); - //copy template directory shjs.cp('-r', path.join(ROOT, 'bin', 'templates', 'project', 'www'), project_path); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
