diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-07-18 13:21:46 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-07-18 13:21:46 +0100 |
commit | d9cb98772bfaef1a895907b99ff20f05032f4173 (patch) | |
tree | 14b4f7ca28516e75bf0c4574422df1181c017422 /bin | |
parent | c848f40383579bcc43cf3780e542c305ab477235 (diff) |
Removed the protobuf error clause, as this will be caught elsewhere.
Diffstat (limited to 'bin')
-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 |