Drop superfluous comment.
authorWard Vandewege <ward@clinicalfuture.com>
Wed, 23 Jan 2013 04:21:27 +0000 (23:21 -0500)
committerWard Vandewege <ward@clinicalfuture.com>
Wed, 23 Jan 2013 04:21:27 +0000 (23:21 -0500)
lib/josh_id.rb

index cf28af9c62a326e3f9c7bb7f0ac2c0de721ab84d..b47453a7e58cfe1739db9498ff033b6c8317caee 100644 (file)
@@ -4,7 +4,6 @@ module OmniAuth
     class JoshId < OmniAuth::Strategies::OAuth2
 
       CUSTOM_PROVIDER_URL = 'http://auth.clinicalfuture.com'
-      #CUSTOM_PROVIDER_URL = 'http://auth.clinicalfuture.com:3001'
 
       option :client_options, {
         :site =>  CUSTOM_PROVIDER_URL,