Browser: Remove dbgln() statement that was crashing on startup
Don't have time to dig into this right now, but let's unbreak Browser.
This commit is contained in:
parent
6f5322409d
commit
4cf3a1eb41
Notes:
sideshowbarker
2024-07-19 02:04:16 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/4cf3a1eb41d
1 changed files with 0 additions and 2 deletions
|
@ -193,8 +193,6 @@ int main(int argc, char** argv)
|
|||
|
||||
new_tab.load(url);
|
||||
|
||||
dbgln("Added new tab {:p}, loading {}", &new_tab, url);
|
||||
|
||||
if (activate)
|
||||
tab_widget.set_active_widget(&new_tab);
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue