aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks/temp.rake
diff options
context:
space:
mode:
authorlouise <louise>2009-05-18 10:29:08 +0000
committerlouise <louise>2009-05-18 10:29:08 +0000
commit64f9ebee0429c0c4eb395ddfd4c80d42a11db95f (patch)
treec4bf45e760404b9df077a7d0422a86df8be26f2b /lib/tasks/temp.rake
parent0864e25f20fb89bb7d26327954c8b41af09716b0 (diff)
Remove delay
Diffstat (limited to 'lib/tasks/temp.rake')
-rw-r--r--lib/tasks/temp.rake1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/tasks/temp.rake b/lib/tasks/temp.rake
index 26c769999..e81302c7e 100644
--- a/lib/tasks/temp.rake
+++ b/lib/tasks/temp.rake
@@ -6,7 +6,6 @@ namespace :temp do
messages.each do |message|
puts message.info_request.title
message.get_body_for_quoting
- sleep 2
end
end