diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-03-06 22:14:57 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-03-06 22:14:57 +0000 |
commit | 9f7a731b96b6334b0edb9406038c02fbcd511fc3 (patch) | |
tree | 71306abb4ec0b83c81c9e07e4751bda358cd08fa | |
parent | dbb6403923ff1f20d0a3090041043d16740450f7 (diff) | |
download | rails-9f7a731b96b6334b0edb9406038c02fbcd511fc3.tar.gz rails-9f7a731b96b6334b0edb9406038c02fbcd511fc3.tar.bz2 rails-9f7a731b96b6334b0edb9406038c02fbcd511fc3.zip |
Logs in GEMs is bad style
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@865 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
-rwxr-xr-x | cleanlogs.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |