diff --git a/app/models/notification_services/hubot_service.rb b/app/models/notification_services/hubot_service.rb index 80f8cd9..ef9a522 100644 --- a/app/models/notification_services/hubot_service.rb +++ b/app/models/notification_services/hubot_service.rb @@ -26,11 +26,7 @@ class NotificationServices::HubotService < NotificationService end def create_notification(problem) - Faraday.post(url, :message => message_for_hubot(problem), :room => room_id) - # send push notification to pushover - #notification.notify(api_token, "#{notification_description problem}", :priority => 1, :title => "Errbit Notification", :url => "http://#{Errbit::Config.host}/apps/#{problem.app.id.to_s}", :url_title => "Link to error") - end end -- libgit2 0.21.2