Remove unused ex local variable from event.rb
This commit is contained in:
parent
6aec286fca
commit
a2afc5c3f9
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ class Event < ActiveRecord::Base
|
|||
|
||||
def valid_push?
|
||||
data[:ref] && ref_name.present?
|
||||
rescue => ex
|
||||
rescue
|
||||
false
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue