summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2013-12-22 23:37:55 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2013-12-22 23:37:55 -0800
commit8bec58b6b657d53ea89a2d83f0c9d672dbff1e6d (patch)
tree05fc614ad6766f86e4fd48ccbe450e626c67560e
parentc0aa09ea04c275d25c5be4868c0cd2803bd7edd5 (diff)
downloadffi-yajl-8bec58b6b657d53ea89a2d83f0c9d672dbff1e6d.tar.gz
remove debugging puts
-rw-r--r--lib/ffi_yajl/ffi/encoder.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ffi_yajl/ffi/encoder.rb b/lib/ffi_yajl/ffi/encoder.rb
index 1d54389..13fd7fb 100644
--- a/lib/ffi_yajl/ffi/encoder.rb
+++ b/lib/ffi_yajl/ffi/encoder.rb
@@ -121,7 +121,6 @@ end
class Bignum
def ffi_yajl(yajl_gen, state)
- puts "ENCODING BIGNUM"
str = self.to_s
if str == "NaN" || str == "Infinity" || str == "-Infinity"
raise ::FFI_Yajl::EncodeError.new("'#{str}' is an invalid number")