aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/tasks/temp.rake12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/tasks/temp.rake b/lib/tasks/temp.rake
deleted file mode 100644
index e81302c7e..000000000
--- a/lib/tasks/temp.rake
+++ /dev/null
@@ -1,12 +0,0 @@
-namespace :temp do
-
- desc 'Debug regexp warning in remove_lotus_quoting-method'
- task :debug_regexp_warning => [:environment] do
- messages = IncomingMessage.find(:all)
- messages.each do |message|
- puts message.info_request.title
- message.get_body_for_quoting
- end
- end
-
-end \ No newline at end of file