Revert "debug print error in case of unexpected login error"

This reverts commit 68d64105de.
This commit is contained in:
Lion Kortlepel
2024-02-09 14:35:08 +01:00
committed by Lion
parent 56dcfcc5ed
commit 5db1b48e07

View File

@@ -81,7 +81,6 @@ std::string Login(const std::string& fields){
d.erase("public_key");
return d.dump();
}
debug(std::string("Backend returned: '") + Buffer + "'")
return GetFail("Invalid message parsing!");
}