diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-01 14:26:13 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-01 14:26:13 +0200 |
| commit | b1351870c85d7d4a9f777a7d8494292cd1b8aa54 (patch) | |
| tree | f23660e452ce3d1169a382725ab42014988d2e67 | |
| parent | 1a1ee93ae30da0957216a73ac1e2592e38b0fca2 (diff) | |
username size limit checking thing works :)
| -rw-r--r-- | photoblaster/param/img_url.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/photoblaster/param/img_url.py b/photoblaster/param/img_url.py index 2e28571..bf0899a 100644 --- a/photoblaster/param/img_url.py +++ b/photoblaster/param/img_url.py @@ -26,7 +26,6 @@ class Img_url(Param): """ super(Img_url, self).__init__(classname=classname) self.set_username(username) - print('got username {}'.format(self.username)) if value: self._file = File( namepart=key, |
