From 3e5107f4f9b8593b05a7420de104b0e94001c506 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Thu, 18 Aug 2011 19:26:50 -0400 Subject: [PATCH] forgot that puts statement --- lib/tit.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/tit.rb b/lib/tit.rb index 0d104bc..fc1edfc 100644 --- a/lib/tit.rb +++ b/lib/tit.rb @@ -178,7 +178,6 @@ def get_tits(action, payload) api_endpoint.concat("?count=#{@prefs[:count]}") end api_endpoint.concat("&include_entities=true") - puts api_endpoint coder = HTMLEntities.new Nokogiri.XML(@access_token.get(api_endpoint).body).xpath("//status").map do |xml| puts xml