Skip to content

Commit

Permalink
remove console log, phetsims/chipper#1489
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kauzmann <michael.kauzmann@colorado.edu>
  • Loading branch information
zepumph committed Oct 18, 2024
1 parent a50728c commit a240993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/grunt/lint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ const lint = async ( providedOptions: RequiredReposInLintOptions ): Promise<Lint
}, providedOptions );

const originalRepos = _.uniq( options.repos ); // Don't double lint repos
console.log( originalRepos );

assert( originalRepos.length > 0, 'no repos provided to lint' );

// If options.cache is not set, clear the caches
Expand Down

0 comments on commit a240993

Please sign in to comment.