python:overrides: Remove spurious print

This commit is contained in:
Thibault Saunier 2018-07-08 16:09:46 -04:00
parent db827dbd00
commit a3c1734316

View file

@ -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)