From 3bc7b6d6ceaeab7aaf82f3d067bcd4d44e2620fa Mon Sep 17 00:00:00 2001 From: Joe Ferris Date: Tue, 28 Jul 2009 17:51:42 -0400 Subject: [PATCH] Removed an unused method --- lib/hoptoad_notifier.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/hoptoad_notifier.rb b/lib/hoptoad_notifier.rb index 5132876..5ab1163 100644 --- a/lib/hoptoad_notifier.rb +++ b/lib/hoptoad_notifier.rb @@ -94,10 +94,6 @@ def configure report_ready end - def protocol #:nodoc: - secure ? "https" : "http" - end - def default_notice_options #:nodoc: { :api_key => configuration.api_key,