From 304e4ad32be9f765aa04c86d26e44be82cc6053d Mon Sep 17 00:00:00 2001 From: ilya Date: Sat, 2 Oct 2010 12:37:53 -0700 Subject: [PATCH] removed the puts --- app/models/user.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/models/user.rb b/app/models/user.rb index a70594adc..1ec3c63e5 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -171,9 +171,6 @@ class User end def push_to_people(post, people) - puts post.inspect - puts post.to_diaspora_xml - puts "Leaving push_to_people" salmon = salmon(post) people.each{|person| xml = salmon.xml_for person @@ -189,8 +186,6 @@ class User end def salmon( post ) - puts post.inspect - puts post.to_diaspora_xml created_salmon = Salmon::SalmonSlap.create(self, post.to_diaspora_xml) created_salmon end