From a396ad811f9d036c3ec61f6098c03df9c314e9fd Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Wed, 14 Sep 2011 18:21:54 -0700 Subject: [PATCH] remove debug line --- Gemfile.lock | 1 + lib/salmon/salmon.rb | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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