Skip to content

Commit f6b85ec

Browse files
committed
Remove debug print statement
1 parent 3f7c80d commit f6b85ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

home/tests/test_content_import_export.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ def _normalise_button_pks(body: DbDict, min_pk: int) -> DbDict:
195195
button = button | {"value": v | {"page": v["page"] - min_pk}}
196196
buttons.append(button)
197197
value = value | {"buttons": buttons}
198-
print("nomralised bttons ", body | {"value": value})
199198
return body | {"value": value}
200199

201200

0 commit comments

Comments
 (0)