diff options
Diffstat (limited to 'lib/cmd/remove.sh')
-rw-r--r-- | lib/cmd/remove.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/cmd/remove.sh b/lib/cmd/remove.sh index a5dd1a0..30dffa6 100644 --- a/lib/cmd/remove.sh +++ b/lib/cmd/remove.sh @@ -17,8 +17,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -use locale -use output use remove cmd_remove_main() @@ -36,7 +34,6 @@ cmd_remove_main() chan="${conf_incoming_channel}" fi - info "$(get_msg 'cmd_remove_removing')" "${source}" "${chan}" "${dist}" remove_source_from_suite "${chan}" "${dist}" "${source}" fini |