Remove some debug code.

This commit is contained in:
John Preston
2025-11-14 19:21:54 +04:00
parent 1320e7ac2f
commit c3f5f69c2a
4 changed files with 11 additions and 8 deletions
@@ -3747,7 +3747,6 @@ void Account::writePrefs() {
}
void Account::readPrefs() {
return; AssertIsDebug();
FileReadDescriptor prefs;
if (!ReadEncryptedFile(prefs, _prefsKey, _basePath, _localKey)) {
ClearKey(_prefsKey, _basePath);