Browse Source

Removed print statement

koerschens 3 years ago
parent
commit
796967c4f2
1 changed files with 0 additions and 2 deletions
  1. 0 2
      python/renderer.py

+ 0 - 2
python/renderer.py

@@ -67,8 +67,6 @@ class Renderer:
         first_line = build_line("=", len(lines[-1]))
         first_line = build_line("=", len(lines[-1]))
         
         
         final_lines = []
         final_lines = []
-        
-        print(len(line_blocks))
 
 
         n_rows = ceil(len(line_blocks) / self.columns)
         n_rows = ceil(len(line_blocks) / self.columns)