diff --git a/lib/telegraf-all-bots.provider.ts b/lib/telegraf-all-bots.provider.ts index 43df2e2..b60c242 100644 --- a/lib/telegraf-all-bots.provider.ts +++ b/lib/telegraf-all-bots.provider.ts @@ -4,8 +4,6 @@ import { TELEGRAF_ALL_BOTS } from './telegraf.constants'; export const allBotsMap = new Map>(); -setTimeout(() => console.log(allBotsMap), 2000); - export const telegrafAllBotsProvider: Provider = { provide: TELEGRAF_ALL_BOTS, useValue: allBotsMap,