diff options
Diffstat (limited to 'lib/tasks')
-rw-r--r-- | lib/tasks/temp.rake | 1 |
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 |