Skip to content

Commit b439ab8

Browse files
committed
feat: remove applying from log...
1 parent 76fbf5f commit b439ab8

2 files changed

Lines changed: 0 additions & 9 deletions

File tree

src/commands/import.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@ For more information, visit: https://codifycli.com/docs/commands/import`
5050

5151
public async run(): Promise<void> {
5252
const { raw, flags } = await this.parse(Import)
53-
54-
if (flags.path) {
55-
this.log(`Applying Codify from: ${flags.path}`);
56-
}
57-
5853
const resolvedPath = flags.path ?? '.';
5954

6055
const args = raw

src/commands/refresh.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ For more information, visit: https://codifycli.com/docs/commands/refresh`
2626
public async run(): Promise<void> {
2727
const { raw, flags } = await this.parse(Refresh)
2828

29-
if (flags.path) {
30-
this.log(`Applying Codify from: ${flags.path}`);
31-
}
32-
3329
const resolvedPath = flags.path ?? '.';
3430

3531
const args = raw

0 commit comments

Comments
 (0)