mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 02:12:09 -05:00
LibGUI: Remove debug spam in GWidget::spans_entire_window_horizontally().
This commit is contained in:
parent
d48f486634
commit
a5135dbf01
1 changed files with 0 additions and 1 deletions
|
@ -365,6 +365,5 @@ bool GWidget::spans_entire_window_horizontally() const
|
|||
if (main_widget == this)
|
||||
return true;
|
||||
auto wrr = window_relative_rect();
|
||||
dbgprintf("Checking %s{%p} wrr=%s, mwr=%s\n", class_name(), this, wrr.to_string().characters(), main_widget->rect().to_string().characters());
|
||||
return wrr.left() == main_widget->rect().left() && wrr.right() == main_widget->rect().right();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue