From 4ec37f86e025acbbe4952041e3aaa15bebba7bb8 Mon Sep 17 00:00:00 2001 From: cowboycoded Date: Fri, 4 Feb 2011 10:11:05 -0500 Subject: [PATCH] remove debug statement --- test_app/app/views/articles/index.html.erb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test_app/app/views/articles/index.html.erb b/test_app/app/views/articles/index.html.erb index 77aae83..0317923 100644 --- a/test_app/app/views/articles/index.html.erb +++ b/test_app/app/views/articles/index.html.erb @@ -1,2 +1 @@ -<%=@impressionist_hash==nil%> -<% p @impressionist_hash %> \ No newline at end of file +<%=@impressionist_hash==nil%> \ No newline at end of file