Don't log big object

This commit is contained in:
Ruud
2014-03-07 15:33:12 +01:00
parent 1d4a7894e8
commit aa80ed3d4b
@@ -140,6 +140,8 @@ class MovieBase(MovieTypeBase):
m['profile_id'] = params.get('profile_id', default_profile.get('id'))
m['category_id'] = cat_id if cat_id is not None and len(cat_id) > 0 else (m.get('category_id') or None)
else:
try: del params['info']
except: pass
log.debug('Movie already exists, not updating: %s', params)
added = False