ssd: remove a temp printf

This commit is contained in:
chocolatemintychip 2026-04-20 01:33:20 +02:00
parent bc2ef3ece6
commit 4570bdbade

View file

@ -299,8 +299,6 @@ ssd_titlebar_update(struct ssd *ssd)
ssd->state.was_omnipresent = view->visible_on_all_workspaces;
}
printf("%d-%d-%d\n",ssd->state.was_ontop, view->layer,VIEW_LAYER_ALWAYS_ON_TOP);
if (ssd->state.was_ontop != (view->layer == VIEW_LAYER_ALWAYS_ON_TOP)) {
set_alt_button_icon(ssd, LAB_NODE_BUTTON_ONTOP,
view->layer);