Skip to content

Commit

Permalink
refactor: remove redundant logging
Browse files Browse the repository at this point in the history
  • Loading branch information
async3619 committed Dec 12, 2022
1 parent 5bb7bfa commit 5f310a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/notifiers/telegram/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ export class TelegramNotifier extends BaseNotifier<"Telegram"> {
return token;
}
private async pushNotify(content: TelegramNotificationData) {
console.log(content);

while (true) {
try {
await this.fetcher.fetchJson<NotifyResponse>({
Expand Down

0 comments on commit 5f310a7

Please sign in to comment.