diff --git a/pairent_backend/pairent_app/views.py b/pairent_backend/pairent_app/views.py index 778d422..5cb75ce 100644 --- a/pairent_backend/pairent_app/views.py +++ b/pairent_backend/pairent_app/views.py @@ -12,7 +12,6 @@ class ApartamentViewSet(viewsets.ReadOnlyModelViewSet): def get_queryset(self): apartaments = Apartament.objects.all() - print(apartaments) return apartaments def get_serializer_class(self):