Merge pull request #1107 from ZogStriP/patch-1

Removed a debug leftover
This commit is contained in:
Sam 2013-06-29 04:12:52 -07:00
commit e77c396a19

View File

@ -36,9 +36,6 @@ describe TopicsController do
participant['id'].should == user.id
participant['username'].should == user.username
participant['avatar_template'].should == user.avatar_template
puts json.inspect
end
end