Delete commented code

This commit is contained in:
Kelrap 2024-07-24 13:47:32 -04:00
parent cfdeb40732
commit d37aae9cbf

View file

@ -475,12 +475,6 @@ class ChatController extends State<ChatPageWithRoom>
if (kIsWeb && !Matrix.of(context).webHasFocus) return;
// #Pangea
} catch (err, s) {
// #Pangea
// ErrorHandler.logError(
// e: PangeaWarningError("Web focus error: $err"),
// s: s,
// );
// Pangea#
return;
}
// Pangea#