mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
python:overrides: Remove spurious print
This commit is contained in:
parent
db827dbd00
commit
a3c1734316
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue