Skip to content

Commit c60e174

Browse files
committed
upps removed puts :-)
1 parent bc3cda6 commit c60e174

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

app/controllers/users_controller.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ def unfollow
2323
end
2424

2525
def following
26-
puts "called"
2726
@user = User.first(:username => params[:user_id])
28-
puts "@user: #{@user}"
2927
end
3028

3129
def followers

0 commit comments

Comments
 (0)