Remove file logging

This hasn't proven to be as useful as i had hoped:
- My arcane logic for determining logging categories is apparently broken
- It won't work with the logging by the new crypto sdk
- I never actually ended up looking at my own logs, or anyone else's
- It seems to cause crashes
This commit is contained in:
Tobias Fella
2025-06-12 15:05:06 +02:00
committed by Tobias Fella
parent 6a5a2e6144
commit d30fdc67c6
4 changed files with 0 additions and 237 deletions

View File

@@ -20,8 +20,6 @@ add_library(neochat STATIC
windowcontroller.h
models/serverlistmodel.cpp
models/serverlistmodel.h
logger.cpp
logger.h
models/notificationsmodel.cpp
models/notificationsmodel.h
proxycontroller.cpp