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:
Andreas Kling 2020-10-04 17:12:11 +02:00
parent 6f5322409d
commit 4cf3a1eb41

View file

@ -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);
};