Merge from genscripts r429: brian.dolbec
authorfuzzyray <fuzzyray@gentoo.org>
Wed, 22 Sep 2010 21:18:18 +0000 (21:18 -0000)
committerfuzzyray <fuzzyray@gentoo.org>
Wed, 22 Sep 2010 21:18:18 +0000 (21:18 -0000)
remove a few debug print statements.

svn path=/trunk/gentoolkit/; revision=805

pym/gentoolkit/eclean/cli.py

index 5251ba8298344c4d187cd6a7cfdd50c3512c6bd0..9e4bfd98a5bd00f60d712f8e892b5fca7d9f4a9c 100644 (file)
@@ -465,13 +465,10 @@ def main():
                if options['verbose']:
                        options['verbose-output'] = output.einfo
        # parse the exclusion file
-       #print("MAIN(), CHecking exclude-file")
        if not 'exclude-file' in options:
                # set it to the default exclude file if it exists
                exclude_file = "%s/etc/%s/%s.exclude" % (EPREFIX,__productname__ , action)
-               #print("MAIN(), EXCLUDE FILE name=", exclude_file)
                if os.path.isfile(exclude_file):
-                       #print("MAIN(), setting default exclude-file")
                        options['exclude-file'] = exclude_file
        if 'exclude-file' in options:
                try: