diff options
-rwxr-xr-x | bin/dispatch-conf | 1 |
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': |