Skip to content

Commit

Permalink
re #7082 remove logging left over from debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDraper committed May 17, 2013
1 parent 4c5228f commit 01fa75b
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -35,10 +35,6 @@ def PyExec(self):
masterFileName = self.getPropertyValue("MasterFile")
outputFileName = self.getPropertyValue("OutputFile")

logger.information("INFO")
logger.information(str(mergeOffsets))
logger.information(str(mergeSelections))
logger.information(str(mergeGroups))

if (masterFileName == outputFileName) :
raise RuntimeError('The output file must be different to the master file.')
Expand Down

0 comments on commit 01fa75b

Please sign in to comment.