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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user