[RMV] EMPLOYEE: Remove print statements
This commit is contained in:
@@ -44,9 +44,6 @@ class MyModelAdmin(admin.ModelAdmin):
|
||||
|
||||
def get_deleted_objects(self, objs, request):
|
||||
response = super().get_deleted_objects(objs, request)
|
||||
print("+++++++++++++++")
|
||||
print(response)
|
||||
print("+++++++++++++++")
|
||||
return response
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user