diff cmd2.py @ 258:7a98d7f2da30

I get it - BASH line expansion of file names gets me
author Catherine Devlin <catherine.devlin@gmail.com>
date Thu, 02 Apr 2009 17:22:02 -0400
parents d62bb3dd58a0
children 5147fa4166b0
line wrap: on
line diff
--- a/cmd2.py	Thu Apr 02 15:55:33 2009 -0400
+++ b/cmd2.py	Thu Apr 02 17:22:02 2009 -0400
@@ -29,8 +29,6 @@
 __version__ = '0.5.1'
 import logging
 
-logging.basicConfig(filename='log.txt')
-
 class OptionParser(optparse.OptionParser):
     def exit(self, status=0, msg=None):
         self.values._exit = True
@@ -1138,11 +1136,8 @@
     def testall(self):
         if self.CmdApp:
             its = sorted(self.transcripts.items())
-            logging.error(str(its))
             for (fname, transcript) in its:
-                logging.error(fname)
                 self._test_transcript(fname, transcript)
-                logging.error('finished')
     def _test_transcript(self, fname, transcript):
         lineNum = 0
         try: