From 9f7a731b96b6334b0edb9406038c02fbcd511fc3 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 6 Mar 2005 22:14:57 +0000 Subject: [PATCH] Logs in GEMs is bad style git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@865 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- cleanlogs.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 cleanlogs.sh diff --git a/cleanlogs.sh b/cleanlogs.sh new file mode 100755 index 0000000000..a197441085 --- /dev/null +++ b/cleanlogs.sh @@ -0,0 +1 @@ +rm activerecord/debug.log activerecord/test/debug.log actionpack/debug.log