Removes a couple of prints.

git-svn-id: http://svn.robofab.com/trunk@18 b5fa9d6c-a76f-4ffd-b3cb-f825fc41095c
This commit is contained in:
Erik van Blokland 2008-01-08 19:16:31 +00:00
parent 4fc6c418e3
commit df38921713

View File

@ -759,9 +759,7 @@ class RFont(BaseFont):
# generate is (oddly) an application level method
# rather than a font level method. because of this,
# the font must be the current font. so, make it so.
print "robofab: self.fontIndex", self.fontIndex
fl.ifont = self.fontIndex
print "robofab: fl.font", fl.font
fl.GenerateFont(flOutputType, finalPath)
def _writeOpenTypeFeaturesToLib(self, fontLib):