mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-02 16:33:13 +00:00
Browser+LibWeb: Silence some debug spams
This commit is contained in:
parent
e80b887059
commit
652fa54495
Notes:
sideshowbarker
2024-07-18 07:17:27 +09:00
Author: https://github.com/SeekingBlues
Commit: 652fa54495
Pull-request: https://github.com/SerenityOS/serenity/pull/9248
Reviewed-by: https://github.com/awesomekling
3 changed files with 9 additions and 9 deletions
|
@ -560,7 +560,7 @@ void BrowserWindow::create_new_tab(URL url, bool activate)
|
|||
|
||||
new_tab.load(url);
|
||||
|
||||
dbgln("Added new tab {:p}, loading {}", &new_tab, url);
|
||||
dbgln_if(SPAM_DEBUG, "Added new tab {:p}, loading {}", &new_tab, url);
|
||||
|
||||
if (activate)
|
||||
m_tab_widget->set_active_widget(&new_tab);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue