mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-25 16:48:11 +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):
|
def set_child_property(self, prop_name, prop_value):
|
||||||
res, child, unused_pspec = self.lookup_child(prop_name)
|
res, child, unused_pspec = self.lookup_child(prop_name)
|
||||||
if not res:
|
if not res:
|
||||||
print("No found any child")
|
|
||||||
return res
|
return res
|
||||||
|
|
||||||
child.set_property(prop_name, prop_value)
|
child.set_property(prop_name, prop_value)
|
||||||
|
|
Loading…
Reference in a new issue