From a3c1734316168341a5a8cc0fe7b0866ab6f989d6 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Sun, 8 Jul 2018 16:09:46 -0400 Subject: [PATCH] python:overrides: Remove spurious print --- bindings/python/gi/overrides/GES.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bindings/python/gi/overrides/GES.py b/bindings/python/gi/overrides/GES.py index 4df24d7b71..08aef27ed9 100644 --- a/bindings/python/gi/overrides/GES.py +++ b/bindings/python/gi/overrides/GES.py @@ -64,7 +64,6 @@ class TimelineElement(GES.TimelineElement): def set_child_property(self, prop_name, prop_value): res, child, unused_pspec = self.lookup_child(prop_name) if not res: - print("No found any child") return res child.set_property(prop_name, prop_value)