Remove stray print statement from previous commit. (trunk r11931)
authorZac Medico <zmedico@gentoo.org>
Sat, 15 Nov 2008 06:10:12 +0000 (06:10 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 15 Nov 2008 06:10:12 +0000 (06:10 -0000)
svn path=/main/branches/2.1.6/; revision=11932

bin/dispatch-conf

index 76f9b0c0484a6741b3ce23778fc3712c1b2944f0..4f2fc09b74cf0fe8ca67ae005caf91bc4a8144df 100755 (executable)
@@ -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':