summaryrefslogtreecommitdiffstats
path: root/bin/dispatch-conf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-11-15 06:10:12 +0000
committerZac Medico <zmedico@gentoo.org>2008-11-15 06:10:12 +0000
commit73c2e1f03adaf214371e1226acd0d069c029437a (patch)
tree4463669f8a6f305ab5614d88e4e6e85adf7823af /bin/dispatch-conf
parent58f4cc3edcbcec3eeafd5aa87ac0b644d58cb82e (diff)
downloadportage-73c2e1f03adaf214371e1226acd0d069c029437a.tar.gz
portage-73c2e1f03adaf214371e1226acd0d069c029437a.tar.bz2
portage-73c2e1f03adaf214371e1226acd0d069c029437a.zip
Remove stray print statement from previous commit. (trunk r11931)
svn path=/main/branches/2.1.6/; revision=11932
Diffstat (limited to 'bin/dispatch-conf')
-rwxr-xr-xbin/dispatch-conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/dispatch-conf b/bin/dispatch-conf
index 76f9b0c04..4f2fc09b7 100755
--- a/bin/dispatch-conf
+++ b/bin/dispatch-conf
@@ -98,7 +98,6 @@ class dispatch:
path, basename = os.path.split(path)
find_opts = "-maxdepth 1"
- print FIND_EXTANT_CONFIGS % (path, find_opts, basename)
confs += self.massage(os.popen(FIND_EXTANT_CONFIGS % (path, find_opts, basename)).readlines())
if self.options['use-rcs'] == 'yes':