mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-18 20:23:27 +02:00
removes debug print statement
This commit is contained in:
@@ -245,7 +245,6 @@ def make_sheet(
|
|||||||
|
|
||||||
# Create a list of Artificer infusions
|
# Create a list of Artificer infusions
|
||||||
if getattr(character, "infusions", []):
|
if getattr(character, "infusions", []):
|
||||||
print(character.infusions)
|
|
||||||
tex.append(create_infusions_tex(character, use_dnd_decorations=fancy_decorations))
|
tex.append(create_infusions_tex(character, use_dnd_decorations=fancy_decorations))
|
||||||
|
|
||||||
# Create a list of Druid wild_shapes
|
# Create a list of Druid wild_shapes
|
||||||
|
|||||||
Reference in New Issue
Block a user