Skip to content

Commit

Permalink
chore: remove unused console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
wallet77 committed Aug 17, 2018
1 parent d560430 commit 61e32a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/API/Modules/Modularizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,6 @@ Modularizer.generateSample = function(app_name, cb) {
};

function installModuleByName (module, cb, verbose) {
//console.log(module.version);
if (!module || !module.name || module.name.length === 0) {
return cb(new Error('No module name !'));
}
Expand Down

0 comments on commit 61e32a4

Please sign in to comment.