diff options
Diffstat (limited to 'bin/mauveclient')
-rwxr-xr-x | bin/mauveclient | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/mauveclient b/bin/mauveclient index 9e5a707..77b8506 100755 --- a/bin/mauveclient +++ b/bin/mauveclient @@ -318,8 +318,6 @@ begin update.transmission_id = rand(2**63) Mauve::Sender.new(ARGV).send(update, verbose) -rescue Protobuf::NotInitializedError => bad - error "Alert not initialized fully -- you must supply an ID" rescue ArgumentError => ae error ae.message |