diff --git a/Gemfile.lock b/Gemfile.lock index 493fcc31e..0d51d7eaa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -242,6 +242,7 @@ GEM json (>= 1.2.4) kaminari (0.12.4) rails (>= 3.0.0) + launchy (2.0.3) linecache (0.43) linecache19 (0.5.12) ruby_core_source (>= 0.1.4) diff --git a/lib/salmon/salmon.rb b/lib/salmon/salmon.rb index aa0dd4b1d..20c7c750b 100644 --- a/lib/salmon/salmon.rb +++ b/lib/salmon/salmon.rb @@ -17,7 +17,6 @@ module Base64 # ArgumentError is raised if +str+ is incorrectly padded or contains # non-alphabet characters. Note that CR or LF are also rejected. def strict_decode64(str) - Rails.logger.info("trying to decode string: " + str) str.unpack("m0").first end