Skip to content

Commit 4235889

Browse files
committed
Fixed #454 - Remove the print statements that was used for debugging
1 parent fab8a78 commit 4235889

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/attributecode/attrib.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,6 @@ def generate_and_save(abouts, output_location, template_loc=None, variables=None
236236
variables=variables
237237
)
238238

239-
print("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!")
240-
print(rendering_error)
241-
print(rendered)
242239
if rendering_error:
243240
errors.append(rendering_error)
244241

0 commit comments

Comments
 (0)