connector: remove debug line

Signed-off-by: Sumner Evans <sumner.evans@automattic.com>
This commit is contained in:
Sumner Evans
2024-10-29 09:47:54 -06:00
parent 265c2835e8
commit b33209fafa
-1
View File
@@ -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
}