mirror of
https://github.com/polybar/polybar.git
synced 2026-02-19 15:55:34 +00:00
refactor: Cleanup
This commit is contained in:
@ -62,10 +62,12 @@ controller::~controller() {
|
||||
m_eventloop.reset();
|
||||
}
|
||||
|
||||
#if DEBUG
|
||||
if (m_ipc) {
|
||||
m_log.info("Deconstructing ipc");
|
||||
m_ipc.reset();
|
||||
}
|
||||
#endif
|
||||
|
||||
if (m_bar) {
|
||||
m_log.info("Deconstructing bar");
|
||||
|
||||
Reference in New Issue
Block a user