remove unneeded debug logs
This commit is contained in:
parent
6e16ab35cd
commit
d5212ea574
1 changed files with 0 additions and 5 deletions
|
@ -94,13 +94,8 @@ bool BoxLayout::run() {
|
||||||
auto child = m_target->children()[i];
|
auto child = m_target->children()[i];
|
||||||
Slot slot = working_slots[i];
|
Slot slot = working_slots[i];
|
||||||
|
|
||||||
std::cout << "SLOT! " << i << std::endl;
|
|
||||||
|
|
||||||
if (slot.type == SlotType::Auto) {
|
if (slot.type == SlotType::Auto) {
|
||||||
std::cout << "auto - setting to " << space_per_unslotted_widget << std::endl;
|
|
||||||
slot.pixel = space_per_unslotted_widget;
|
slot.pixel = space_per_unslotted_widget;
|
||||||
} else {
|
|
||||||
std::cout << "pixel: " << slot.pixel << std::endl;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// make sure pixel values are aligned to the pixel grid
|
// make sure pixel values are aligned to the pixel grid
|
||||||
|
|
Loading…
Reference in a new issue