borders-plus-plus: remove debug log

This commit is contained in:
vaxerski 2023-10-10 22:24:14 +01:00
parent ac6bc07346
commit aa3517bec5
1 changed files with 0 additions and 2 deletions

View File

@ -19,8 +19,6 @@ void onNewWindow(void* self, std::any data) {
// data is guaranteed
auto* const PWINDOW = std::any_cast<CWindow*>(data);
HyprlandAPI::addNotification(PHANDLE, "a", CColor{0.2, 1.0, 0.2, 1.0}, 2000);
HyprlandAPI::addWindowDecoration(PHANDLE, PWINDOW, new CBordersPlusPlus(PWINDOW));
}