[IMP] Remove the print statement

bzr revid: stephane@tinyerp.com-20081210214357-xrdp1k23y5va5o8u
This commit is contained in:
Stephane Wirtel 2008-12-10 22:43:57 +01:00
parent b08de4107e
commit a49463c7b4
1 changed files with 0 additions and 2 deletions

View File

@ -759,8 +759,6 @@ if __name__=='__main__':
g.process(starting_node)
g.scale(radius*3,radius*3, radius, radius)
print g
import Image
import ImageDraw
img = Image.new("RGB", (800, 600), "#ffffff")