From 8296b9a26fe86c193c836e0b4704b4f6708db1f3 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Tue, 8 Oct 2013 15:24:27 -0700 Subject: [PATCH] remove debug logging --- app/controllers/posts_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/posts_controller.rb b/app/controllers/posts_controller.rb index 21a4a5a19..e53509cc2 100644 --- a/app/controllers/posts_controller.rb +++ b/app/controllers/posts_controller.rb @@ -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)