Skip to content

Commit

Permalink
less logs
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 4, 2024
1 parent 17c5132 commit d093a43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/assemble.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ const {mvnw, flags} = require('../mvnw');
*/
module.exports = function(opts) {
const target = path.resolve(opts.target);
console.info('Assembling into %s', rel(target));
return mvnw(['eo:assemble'].concat(flags(opts)), opts.target, opts.batch).then((r) => {
console.info('EO program assembled in %s', rel(target));
return r;
Expand Down

0 comments on commit d093a43

Please sign in to comment.