Skip to content

Commit 9533e00

Browse files
committed
Fixed thing
1 parent b78a952 commit 9533e00

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

conditional/blueprints/conditional.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ def conditional_review(user_dict=None):
8989
cid = post_data['id']
9090
status = post_data['status']
9191

92-
print(post_data)
9392
log.info(f'Updated conditional-{cid} to {status}')
9493
conditional = Conditional.query.filter(Conditional.id == cid)
9594
cond_obj = conditional.first()

0 commit comments

Comments
 (0)