aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/generate_card.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/generate_card.py b/scripts/generate_card.py
index 9d5ac7c7..1d4ae59c 100755
--- a/scripts/generate_card.py
+++ b/scripts/generate_card.py
@@ -115,7 +115,6 @@ def generate_latex(card: MutableMapping):
elif card['type'] in ['spell', 'artifact']:
effect = get_latex_field(card, 'effect')
- print(card['effect'])
assert effect is not None
card_content += f'\cardcontent{{{effect}}}\n'