aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2011-07-18 13:21:46 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2011-07-18 13:21:46 +0100
commitd9cb98772bfaef1a895907b99ff20f05032f4173 (patch)
tree14b4f7ca28516e75bf0c4574422df1181c017422 /bin
parentc848f40383579bcc43cf3780e542c305ab477235 (diff)
Removed the protobuf error clause, as this will be caught elsewhere.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/mauveclient2
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