Skip to content

Commit

Permalink
fix: remove print from Content model
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementNumericite committed Jun 28, 2021
1 parent 3e9d60e commit 33bb3f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data-transfer/models/Content.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ def get_sound(self):
else:
return open(self.sound_url, 'rb')
except FileNotFoundError:
print('FILE NOT FOUND')
return None
else:
return None
Expand Down

0 comments on commit 33bb3f8

Please sign in to comment.