Skip to content

Commit 42fee7e

Browse files
committed
Remove debug
Changes to be committed: modified:bco_api/api/scripts/method_specific/POST_api_objects_drafts_publish.py
1 parent 8a80e98 commit 42fee7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bco_api/api/scripts/method_specific/POST_api_objects_drafts_publish.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ def post_api_objects_drafts_publish(request):
9595
is_owner = user.username == objected.owner_user.username
9696
owner_group = Group.objects.get(name=user.username)
9797
# can_publish = 'publish_' + publish_object['draft_id'] in all_permissions
98-
import pdb; pdb.set_trace()
9998
if prefix_auth is True:
10099
# if is_owner is True or can_publish is True:
101100
if delete_draft is True:

0 commit comments

Comments
 (0)