Changeset 84 for trunk/Lib/robofab


Ignore:
Timestamp:
04/28/08 15:51:53 (5 years ago)
Author:
erik
Message:

Remove unnecessary print.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Lib/robofab/objects/objectsFL.py

    r58 r84  
    233233        def copy(self): 
    234234                from robofab.objects.objectsRF import PostScriptGlyphHintValues as _PostScriptGlyphHintValues 
    235                 print "FL copy", self.asDict() 
    236235                return _PostScriptGlyphHintValues(data=self.asDict()) 
    237236 
Note: See TracChangeset for help on using the changeset viewer.