aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2010-09-22 21:18:18 +0000
committerfuzzyray <fuzzyray@gentoo.org>2010-09-22 21:18:18 +0000
commit4556c39cd156166872ee8cb6f9881ebe4f036567 (patch)
tree5355698506650e31e746888191c133306c981470 /pym/gentoolkit/eclean
parentMerge from genscripts r458: douglasjanderson (diff)
downloadgentoolkit-4556c39cd156166872ee8cb6f9881ebe4f036567.tar.gz
gentoolkit-4556c39cd156166872ee8cb6f9881ebe4f036567.tar.bz2
gentoolkit-4556c39cd156166872ee8cb6f9881ebe4f036567.zip
Merge from genscripts r429: brian.dolbec
remove a few debug print statements. svn path=/trunk/gentoolkit/; revision=805
Diffstat (limited to 'pym/gentoolkit/eclean')
-rw-r--r--pym/gentoolkit/eclean/cli.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/pym/gentoolkit/eclean/cli.py b/pym/gentoolkit/eclean/cli.py
index 5251ba8..9e4bfd9 100644
--- a/pym/gentoolkit/eclean/cli.py
+++ b/pym/gentoolkit/eclean/cli.py
@@ -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: