diff --git a/robofab/Lib/robofab/objects/objectsFL.py b/robofab/Lib/robofab/objects/objectsFL.py index e28ed0fcb..1c286b5bc 100755 --- a/robofab/Lib/robofab/objects/objectsFL.py +++ b/robofab/Lib/robofab/objects/objectsFL.py @@ -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):