From bb06a69bd5ecf3b8adc1cadbe082394eead8924b Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 17 Jun 2011 14:52:06 +0200 Subject: [PATCH] cleanup Signed-off-by: Nico Schottelius --- core/__cdist_explorer_run_global | 6 ------ 1 file changed, 6 deletions(-) diff --git a/core/__cdist_explorer_run_global b/core/__cdist_explorer_run_global index 7265aee1..27359713 100755 --- a/core/__cdist_explorer_run_global +++ b/core/__cdist_explorer_run_global @@ -25,14 +25,8 @@ __cdist_explorer_run_global() { __cdist_echo info "Running global explorers " - # copy the explorers -# __cdist_dir push "${__cdist_explorer_dir}" "${__cdist_remote_explorer_dir}" - # run the global explorers remotely __cdist_explorer_run global \ "$__cdist_explorer_dir" "$__cdist_remote_explorer_dir" \ "$__cdist_remote_out_explorer_dir" "$__cdist_out_explorer_dir" - - # retrieve the results -# __cdist_dir pull "${__cdist_remote_out_explorer_dir}" "${__cdist_out_explorer_dir}" }