diff user_photos/forms.py @ 972:7138883966b3

Started unit tests for hotlinking images.
author Brian Neal <bgneal@gmail.com>
date Wed, 23 Sep 2015 21:26:09 -0500
parents 4f265f61874b
children f5aa74dcdd7a
line wrap: on
line diff
--- a/user_photos/forms.py	Tue Sep 22 20:23:50 2015 -0500
+++ b/user_photos/forms.py	Wed Sep 23 21:26:09 2015 -0500
@@ -144,8 +144,6 @@
         return cleaned_data
 
     def save(self):
-        import pdb; pdb.set_trace()
-
         url = self.url_parts.geturl()
         if (self.url_parts.scheme == 'https' and
                 self.url_parts.hostname in settings.USER_IMAGES_SOURCES):