Skip to content

Commit

Permalink
Remove spacing logs
Browse files Browse the repository at this point in the history
  • Loading branch information
kemmerle committed Oct 6, 2023
1 parent 99a6bed commit b364897
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/loggingUtils/git.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,8 @@ export function checkAndWarnGitInclusion(configPath: string): void {
logger.warn(i18n(`${i18nKey}.configFileTracked`));
logger.warn(i18n(`${i18nKey}.fileName`, { configPath }));
logger.warn(i18n(`${i18nKey}.remediate`));
logger.log('');
logger.warn(i18n(`${i18nKey}.moveConfig`, { homeDir: os.homedir() }));
logger.log('');
logger.warn(i18n(`${i18nKey}.addGitignore`, { configPath }));
logger.log('');
logger.warn(i18n(`${i18nKey}.noRemote`));
} catch (e) {
// fail silently
Expand Down

0 comments on commit b364897

Please sign in to comment.