diff --git a/patch-npm-packages.js b/patch-npm-packages.js index 04e35ca..c296ff9 100644 --- a/patch-npm-packages.js +++ b/patch-npm-packages.js @@ -10,8 +10,7 @@ module.exports = function ($logger, $projectData, $usbLiveSyncService) { replaceInFile = require('replace-in-file'); function log(what) { - // enable this line to see what the nodeify plugin is up to - // console.log(what); + $logger.trace(what); } var shims = require('./shims.json');