Explorar el Código

Removed print statement

koerschens hace 4 años
padre
commit
796967c4f2
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      python/renderer.py

+ 0 - 2
python/renderer.py

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