borders-plus-plus: remove old debug log

This commit is contained in:
Vaxry 2023-10-19 14:56:59 +01:00
parent 45fcd108d1
commit 48be13fcb9
1 changed files with 0 additions and 2 deletions

View File

@ -48,8 +48,6 @@ APICALL EXPORT PLUGIN_DESCRIPTION_INFO PLUGIN_INIT(HANDLE handle) {
if (w->isHidden() || !w->m_bIsMapped)
continue;
HyprlandAPI::addNotification(PHANDLE, "b", CColor{0.2, 1.0, 0.2, 1.0}, 2000);
HyprlandAPI::addWindowDecoration(PHANDLE, w.get(), new CBordersPlusPlus(w.get()));
}