Skip to content

Commit c2931cf

Browse files
committed
chore: print ready startup message to stdout
1 parent dc846e4 commit c2931cf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/core/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,7 @@ async function main(): Promise<void> {
299299
log.debug("Bot is running in Socket Mode");
300300
}
301301

302-
log.info(
303-
`Ode is ready! Waiting for messages, setting UI is accessible at ${getLocalSettingsUrl()}`,
304-
);
302+
console.log(`Ode is ready! Waiting for messages, setting UI is accessible at ${getLocalSettingsUrl()}`);
305303
}
306304

307305
main().catch((err) => {

0 commit comments

Comments
 (0)