mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
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:
parent
1ad45a776a
commit
8813f52b20
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue