Remove entire PurpleDebugUiInterface and implementations
Review Request #1074 — Created Oct. 18, 2021 and submitted — Latest diff uploaded
The
purple_debug*
functions are routed through GLib's logging interface, and the UIs capture logs from there, so there's no need for this interface any more.
Opened Debug Window and saw logs appearing there.