diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-04-30 17:16:41 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-04-30 17:16:41 (EDT) |
commit | 103391af25be259721d647d7970f1d08737ff90a (patch) | |
tree | ba15fda889640f702076546f766b7da9e8b43ce2 /lib/cmd | |
parent | d3bb18a3f7ac78beae7bf639f278e73eb1dd0dbb (diff) |
Move suite-related messages.
Diffstat (limited to 'lib/cmd')
-rw-r--r-- | lib/cmd/copy-suite.sh | 2 | ||||
-rw-r--r-- | lib/cmd/remove-suite.sh | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/lib/cmd/copy-suite.sh b/lib/cmd/copy-suite.sh index 304b3fd..987fb45 100644 --- a/lib/cmd/copy-suite.sh +++ b/lib/cmd/copy-suite.sh @@ -41,8 +41,6 @@ cmd_copy_suite_main() dst_chan="${conf_incoming_channel}" fi - info "$(get_msg 'cmd_copy_suite_copying')" \ - "${src_chan}" "${src_dist}" "${dst_chan}" "${dst_dist}" copy_suite "${src_chan}" "${src_dist}" "${dst_chan}" "${dst_dist}" fini diff --git a/lib/cmd/remove-suite.sh b/lib/cmd/remove-suite.sh index 5fbc46c..5fc24ae 100644 --- a/lib/cmd/remove-suite.sh +++ b/lib/cmd/remove-suite.sh @@ -33,8 +33,6 @@ cmd_remove_suite_main() chan="${conf_incoming_channel}" fi - info "$(get_msg 'cmd_remove_suite_removing')" \ - "${chan}" "${dist}" remove_suite "${chan}" "${dist}" fini |