Skip to content

Commit 4768172

Browse files
committed
fix: Remove logging
1 parent a1a82f7 commit 4768172

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/init-action.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,6 @@ async function run() {
312312
logger.info(
313313
`Using default config file location: ${path.resolve(configFile)}`,
314314
);
315-
} else {
316-
logger.info("No config file found.");
317315
}
318316
}
319317

0 commit comments

Comments
 (0)