servoshell: Remove debugging println! (#35224)

This was left over from debugging the new `WebView` API.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
Martin Robinson 2025-01-30 09:56:02 +01:00 committed by GitHub
parent 1ad45a776a
commit 8813f52b20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -575,7 +575,6 @@ impl WebViewManager {
}
},
EmbedderMsg::WebViewOpened(new_webview_id) => {
println!("WebView opened: {:?}", new_webview_id);
let scale = self.window.hidpi_factor().get();
let toolbar = self.window.toolbar_height().get();