Changeset 13299 for fact


Ignore:
Timestamp:
04/03/12 11:47:19 (12 years ago)
Author:
neise
Message:
removed debug print out
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/pyscripts/pyfact/image_extractors.py

    r13229 r13299  
    8282        cog /= self.size
    8383        self.cog = cog
    84         print 'debug-COG=',cog, 'in hex coordinates'
     84        #print 'debug-COG=',cog, 'in hex coordinates'
    8585        cog_euc = cog[0] * ex + cog[1] * ey + center
    8686        self.cog_euc = cog_euc
    87         print 'debug-COG=', cog_euc, 'in euclidic coordinates'
     87        #print 'debug-COG=', cog_euc, 'in euclidic coordinates'
    8888        return cog, cog_euc
    8989       
Note: See TracChangeset for help on using the changeset viewer.