diff --git a/src/BoxLayout.cpp b/src/BoxLayout.cpp index 1a55086..31e8e1f 100644 --- a/src/BoxLayout.cpp +++ b/src/BoxLayout.cpp @@ -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