summaryrefslogtreecommitdiffstats
path: root/lib/cmd/copy-suite.sh
diff options
context:
space:
mode:
authorP. 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)
commit103391af25be259721d647d7970f1d08737ff90a (patch)
treeba15fda889640f702076546f766b7da9e8b43ce2 /lib/cmd/copy-suite.sh
parentd3bb18a3f7ac78beae7bf639f278e73eb1dd0dbb (diff)
Move suite-related messages.
Diffstat (limited to 'lib/cmd/copy-suite.sh')
-rw-r--r--lib/cmd/copy-suite.sh2
1 files changed, 0 insertions, 2 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