Remove old comments

This commit is contained in:
FlorianDahn 2021-02-28 17:47:52 +01:00
parent 7f3bcfe418
commit 75013d51bd

View File

@ -138,16 +138,6 @@ namespace TelegramBotBase.Form
await Task.WhenAll(tasks);
this.OldMessages.Clear();
//while (this.OldMessages.Count > 0)
//{
// if (!await this.Device.DeleteMessage(this.OldMessages[0]))
// {
// //Message can't be deleted cause it seems not to exist anymore
// if (this.OldMessages.Count > 0)
// this.OldMessages.RemoveAt(0);
// }
//}
}
}
}