Skip to content

Commit cb23c52

Browse files
committed
Remove duplicate code that was merged in from develop by GitHub.
1 parent d414c21 commit cb23c52

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/BotManager.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,6 @@ public function run(): self
139139
$this->handleRequest();
140140
} elseif ($this->action->isAction('cron')) {
141141
$this->handleCron();
142-
} elseif ($this->action->isAction('webhookinfo')) {
143-
$webhookinfo = Request::getWebhookInfo();
144-
print_r($webhookinfo->getResult() ?: $webhookinfo->printError());
145142
}
146143

147144
return $this;

0 commit comments

Comments
 (0)