Skip to content

Commit

Permalink
Remove debug output, see #1459
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Sep 15, 2024
1 parent 152b15f commit 2830dad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/grunt/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,6 @@ Updates the normal automatically-generated files for this repository. Includes:
* @param {boolean} [log=false] - Whether to log the command and arguments.
*/
function spawn( command, args, cwd, log = false ) {
console.log( 'starting spawn' );
grunt.log.writeln( `Running ${command} ${args.join( ' ' )} in ../${repo}` );
const done = grunt.task.current.async();
const argsString = args.map( arg => `"${arg}"` ).join( ' ' );
const spawned = child_process.spawn( command, args, {
Expand Down

0 comments on commit 2830dad

Please sign in to comment.