Skip to content

Commit c7eab1a

Browse files
authored
Remove rogue println! (#432)
I accidentally added this during #429 Signed-off-by: Simon Wülker <[email protected]>
1 parent 4c24b9f commit c7eab1a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backends/gstreamer/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ impl GStreamerBackend {
7373
// See https://github.com/servo/media/pull/393.
7474
let needs_background_glib_main_loop = {
7575
let (major, minor, micro, _) = gst::version();
76-
println!("glib version {major} {minor} {micro}");
7776
(major, minor, micro) >= (1, 19, 1) && (major, minor, micro) <= (1, 22, 7)
7877
};
7978

0 commit comments

Comments
 (0)