diff --git a/bob/db/replaymobile/models.py b/bob/db/replaymobile/models.py index 20f42a1430096e5f20fa462b15dd138e256c7a48..ad5c9e21c1b313958ec180168a74aadc52eeab2f 100644 --- a/bob/db/replaymobile/models.py +++ b/bob/db/replaymobile/models.py @@ -206,7 +206,7 @@ class File(Base): [optional] The extension of the filename - this will control the type of output and the codec for saving the input blob. """ - print 'video file extension:', extension +# print('video file extension: %s' % extension) if extension is None: extension = '.mov' # if self.get_quality() == 'laptop': @@ -223,7 +223,7 @@ class File(Base): vin = numpy.rollaxis(vin, 3, 2) if not self.is_tablet(): - print "flipping mobile video" +# print("flipping mobile video") vin = vin[:, :, ::-1,:] # if self.is_rotated():