From: Zac Medico Date: Sat, 15 Nov 2008 06:10:12 +0000 (-0000) Subject: Remove stray print statement from previous commit. (trunk r11931) X-Git-Tag: v2.1.6_rc1~63 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=73c2e1f03adaf214371e1226acd0d069c029437a;p=portage.git Remove stray print statement from previous commit. (trunk r11931) svn path=/main/branches/2.1.6/; revision=11932 --- 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':