lib/socialcastr/message.rb in socialcastr-0.2.4 vs lib/socialcastr/message.rb in socialcastr-0.2.5
- old
+ new
@@ -33,12 +33,10 @@
api.post(element_path + "/comments", comment.to_params)
end
def self.search(query, arguments={})
- puts "searching for #{query}"
xml = api.get(collection_path + "/search", { :q => query}.merge(arguments))
- puts "Got a response xml of #{xml.length} bytes"
return parse(xml)
end
end
end