mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
fix(script): remove debug printing
This commit is contained in:
parent
5959c2ef9b
commit
bbb2cc42fe
2 changed files with 0 additions and 2 deletions
|
@ -90,7 +90,6 @@ impl DissimilarOriginWindowMethods for DissimilarOriginWindow {
|
|||
|
||||
// https://html.spec.whatwg.org/multipage/#dom-frames
|
||||
fn Frames(&self) -> DomRoot<WindowProxy> {
|
||||
println!("calling cross origin frames");
|
||||
self.window_proxy()
|
||||
}
|
||||
|
||||
|
|
|
@ -935,7 +935,6 @@ impl WindowMethods for Window {
|
|||
|
||||
// https://html.spec.whatwg.org/multipage/#dom-frames
|
||||
fn Frames(&self) -> DomRoot<WindowProxy> {
|
||||
println!("frames!");
|
||||
self.window_proxy()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue