remove debug
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
4ab6c5bbc9
commit
49bad52715
1 changed files with 0 additions and 3 deletions
|
@ -54,12 +54,9 @@ __cdist_object_run()
|
|||
__cdist_requirement="$1"; shift
|
||||
__cdist_echo info "Resolving requirement $__cdist_requirement"
|
||||
__cdist_object_run "$__cdist_requirement"
|
||||
echo "done run"
|
||||
done
|
||||
fi
|
||||
|
||||
echo "after done"
|
||||
|
||||
__cdist_object_gencode_run "$__cdist_object_self"
|
||||
__cdist_dir push "$(__cdist_object_dir "$__cdist_object_self")" \
|
||||
"$(__cdist_remote_object_dir "$__cdist_object_self")"
|
||||
|
|
Loading…
Reference in a new issue