From 8e546f03d83fa7c0dfcc3b015b23687fca8e41d4 Mon Sep 17 00:00:00 2001 From: lsjmc0224 Date: Mon, 27 May 2024 17:49:04 +0900 Subject: [PATCH] =?UTF-8?q?:memo:=20Chore=20:=20=ED=85=8C=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8=20=EC=BD=94=EB=93=9C=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- booth/serializers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/booth/serializers.py b/booth/serializers.py index 6106313..d4423dc 100644 --- a/booth/serializers.py +++ b/booth/serializers.py @@ -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):