mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 16:25:33 +01:00
Remove debug line
This commit is contained in:
parent
90b800b030
commit
15fb3e5328
2 changed files with 10 additions and 2 deletions
|
|
@ -194,7 +194,6 @@ class TagViewSet(ModelViewSet, PassUserMixin):
|
|||
)
|
||||
|
||||
def get_serializer_class(self, *args, **kwargs):
|
||||
print(self.request.version)
|
||||
if int(self.request.version) == 1:
|
||||
return TagSerializerVersion1
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue