Oops, debugging statement

This commit is contained in:
Sarah Mei 2011-01-22 15:59:30 -08:00
parent d4cb5b8dad
commit 46dcd07f39

View file

@ -116,7 +116,6 @@ class PhotosController < ApplicationController
end
def destroy
puts "THIS SHIT IS BANANAS JUST DELETED A PHOTO"
photo = current_user.posts.where(:id => params[:id]).first
if photo