remove unneeded debug logs

This commit is contained in:
hippoz 2022-11-10 20:19:04 +02:00
parent 6e16ab35cd
commit d5212ea574
Signed by: hippoz
GPG key ID: 7C52899193467641

View file

@ -94,13 +94,8 @@ bool BoxLayout::run() {
auto child = m_target->children()[i];
Slot slot = working_slots[i];
std::cout << "SLOT! " << i << std::endl;
if (slot.type == SlotType::Auto) {
std::cout << "auto - setting to " << space_per_unslotted_widget << std::endl;
slot.pixel = space_per_unslotted_widget;
} else {
std::cout << "pixel: " << slot.pixel << std::endl;
}
// make sure pixel values are aligned to the pixel grid