Skip to content

Commit ab56fa5

Browse files
committed
refactor: remove unnecessary info message in RunCommand
1 parent 416f823 commit ab56fa5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Console/RunCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ public function handle(Nutgram $bot): void
2222
{
2323
if ($pollingTimeout = $this->option('pollingTimeout')) {
2424
config()?->set('nutgram.config.polling.timeout', (int)$pollingTimeout);
25-
$this->info("Polling set to {$pollingTimeout} seconds.");
2625
}
2726

2827
if ($this->option('once')) {

0 commit comments

Comments
 (0)