2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Remove debug inline bot results marks.

This commit is contained in:
John Preston
2020-05-26 18:33:45 +04:00
parent dbb46ce9b0
commit af0eebb6f1
2 changed files with 0 additions and 8 deletions

View File

@@ -74,9 +74,6 @@ int PhotoData::validSizeIndex(PhotoSize size) const {
const auto index = PhotoSizeIndex(size);
for (auto i = index; i != kPhotoSizeCount; ++i) {
if (_images[i].location.valid()) {
if (i != index) {
int a = 0; AssertIsDebug();
}
return i;
}
}