diff --git a/pkg/connector/telegram.go b/pkg/connector/telegram.go index d5d90992..f03662ce 100644 --- a/pkg/connector/telegram.go +++ b/pkg/connector/telegram.go @@ -642,7 +642,6 @@ func (t *TelegramClient) updateGhost(ctx context.Context, userID int64, user *tg func (t *TelegramClient) updateChannel(ctx context.Context, channel *tg.Channel) (*bridgev2.UserInfo, error) { if accessHash, ok := channel.GetAccessHash(); ok && !channel.Min { - fmt.Printf("UPDATE CHANNEL HAS ACCESS HASH %d %d\n", channel.ID, accessHash) if err := t.ScopedStore.SetAccessHash(ctx, ids.PeerTypeChannel, channel.ID, accessHash); err != nil { return nil, err }