aboutsummaryrefslogtreecommitdiff
path: root/bin/mauvesend
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mauvesend')
-rw-r--r--bin/mauvesend2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/mauvesend b/bin/mauvesend
index edb8e33..a61af49 100644
--- a/bin/mauvesend
+++ b/bin/mauvesend
@@ -318,8 +318,6 @@ begin
error "Cannot send update -- not all libraries are available" if update.nil?
error "No alerts specified" unless !update.alert.empty? || update.replace
- update.transmission_id = rand(2**63)
-
Mauve::Sender.new(ARGV).send(update, verbose)
rescue ArgumentError => ae