Debugging-output weg
Bernd Wurst

Bernd Wurst commited on 2008-04-15 18:42:46
Zeige 1 geänderte Dateien mit 0 Einfügungen und 2 Löschungen.

... ...
@@ -71,8 +71,6 @@ def _drawJustifiedString(x, y, text, canvas, width, font, size):
71 71
   
72 72
   available_space = width - words_width
73 73
   available_each = available_space / float((len(words) - 1))
74
-  from pprint import pprint
75
-  pprint( (width, words_width)) 
76 74
  
77 75
   my_x = x
78 76
   for idx in range(len(words)):
79 77