Removed debugger commands

This commit is contained in:
Fergal Moran
2014-03-06 17:10:19 +00:00
parent 31451182b7
commit b06b0dc91b

View File

@@ -157,7 +157,6 @@ class Mix(_BaseModel):
ret = get_thumbnail(self.mix_image, size, crop='center')
return "%s/%s" % (settings.MEDIA_URL, ret.name)
except Exception, ex:
import ipdb; ipdb.set_trace()
self.logger.error("Mix: error getting mix image %s" % ex.message)
social_image = self._get_social_image()
if social_image: