Skip to content

Commit bf85439

Browse files
committed
delete prints
1 parent 33bacc8 commit bf85439

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

chats/views.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,6 @@ class ProjectChatFileList(ListCreateAPIView):
189189

190190
def get_queryset(self):
191191
try:
192-
print("PK received:", self.kwargs)
193-
print("PK RECEIVED", self.args)
194192
messages = ProjectChat.objects.get(id=self.kwargs["id"]).messages.all()
195193
return get_all_files(messages)
196194
except ProjectChat.DoesNotExist:

0 commit comments

Comments
 (0)