Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahframe committed Jun 12, 2024
1 parent 411950c commit 12a2498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdhweb/pages/blocks/tile_block.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def get_context(self, value, parent_context=None):

tiles = value.get("tiles")
context["tiles"] = tiles
print(tiles)

return context

class Meta:
Expand Down

0 comments on commit 12a2498

Please sign in to comment.