Remove all debug code - nick column feature is complete

Removed:
- All debug printtext() calls from formats.c and fe-expandos.c
- debug_nick_column setting from fe-messages.c and config_dev
- Debug includes and dependencies

Reason: Debug was causing crashes due to timestamp formatting issues
in different window contexts. Feature works correctly without debug.

Final working state:
- Nick alignment and truncation working properly
- No crashes or segfaults
- Clean production code without debug overhead

Timestamp: 2025-01-25 02:36
This commit is contained in:
kofany 2025-08-25 02:43:03 +02:00
commit 507d9dd865
4 changed files with 6 additions and 38 deletions

View file

@ -319,7 +319,6 @@ settings = {
theme = "default.theme";
nick_column_enabled = "yes";
nick_column_width = "10";
debug_nick_column = "yes";
};
"fe-text" = {
lag_min_show = "1s";