remove debug logging

This commit is contained in:
r888888888
2013-10-08 15:24:27 -07:00
parent 371563332f
commit 8296b9a26f

View File

@@ -9,7 +9,6 @@ class PostsController < ApplicationController
rescue_from ActiveRecord::RecordNotFound, :with => :rescue_exception
def index
flash[:notice] = "test 1 2 3"
if params[:md5].present?
@post = Post.find_by_md5(params[:md5])
redirect_to post_path(@post)