Skip to content

Commit b67c0fa

Browse files
committed
remove leading message for lint-repo
1 parent 8f87155 commit b67c0fa

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

scripts/src/tasks/lintRepo.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ async function execute() {
6565
*/
6666
async function execCommand(cmdName: string, command: string): Promise<boolean> {
6767
const startTime = performance.now();
68-
const cmdText = `${styleText('cyan', cmdName)}: `;
69-
console.log(`${cmdText}${styleText(['green', 'bold'], 'starting')}`);
7068
return new Promise((resolve) => {
7169
exec(command, (error, stdout, stderr) => {
7270
const success = error == null;

0 commit comments

Comments
 (0)