Skip to content

Commit

Permalink
Remove debug pritn
Browse files Browse the repository at this point in the history
  • Loading branch information
Almad committed Jul 14, 2024
1 parent dce8cbb commit 6a74353
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ddcz/views/creations.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ def get_creation_info(creative_page_slug, creation_id, creation_slug):
)
raise e
else:
print("OK cache")
cache.set(cache_key, article)

return {
Expand Down

0 comments on commit 6a74353

Please sign in to comment.