Skip to content

Commit 64bb153

Browse files
committed
Remove debug print
1 parent 126c04f commit 64bb153

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hls4ml/writer/vitis_accelerator_writer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ def write_hls(self, model):
219219
"""
220220
Write the HLS project. Calls the steps from VivadoWriter, adapted for Vitis
221221
"""
222-
print("[K] Vitis_accelerator_writer -> write_hls called\n\n\n\n")
223222
super().write_hls(model)
224223
self.write_nnet_utils_overrides(model)
225224
self.write_build_script_backend_override(model)

0 commit comments

Comments
 (0)