Skip to content

Commit 48fef02

Browse files
committed
revert unintended commit of person/factories.py
- Legacy-Id: 19012
1 parent 7cbaad7 commit 48fef02

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ietf/person/factories.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ def default_photo(obj, create, extracted, **kwargs): # pylint: disable=no-self-a
9696
obj.photo_thumb = media_name
9797
photosrc = os.path.join(settings.TEST_DATA_DIR, "profile-default.jpg")
9898
photodst = os.path.join(settings.PHOTOS_DIR, photo_name + '.jpg')
99-
debug.show('photosrc')
100-
debug.show('photodst')
10199
if not os.path.exists(photodst):
102100
shutil.copy(photosrc, photodst)
103101
def delete_file(file):

0 commit comments

Comments
 (0)