Skip to content

Commit

Permalink
Merge pull request #63 from lsjmc0224/main
Browse files Browse the repository at this point in the history
📝 Chore : 테스트 코드 삭제
  • Loading branch information
JongbeomLee623 authored May 28, 2024
2 parents 35a812e + 8e546f0 commit bae97c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion booth/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ def get_thumbnail(self, instance):
return None

def get_during(self, instance):
print(self.context.get('date'))
return trans_datetime_to_str(self, instance)

def get_location_info(self, instance):
Expand Down

0 comments on commit bae97c8

Please sign in to comment.