aboutsummaryrefslogtreecommitdiffstats
path: root/app/models
diff options
context:
space:
mode:
authorFrancis Irving <francis@mysociety.org>2010-09-06 15:44:22 +0100
committerFrancis Irving <francis@mysociety.org>2010-09-06 15:44:22 +0100
commitfe88b48a92e107fa457a536b7dcb010fc1d66d84 (patch)
tree50555f3a857c90c5d8aedc46381a1a4a1bb57a92 /app/models
parent09234bac2be413316aefaac384984782e3838727 (diff)
Remove comment.
Diffstat (limited to 'app/models')
-rw-r--r--app/models/incoming_message.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/incoming_message.rb b/app/models/incoming_message.rb
index 136ae576d..5800740db 100644
--- a/app/models/incoming_message.rb
+++ b/app/models/incoming_message.rb
@@ -1050,7 +1050,6 @@ class IncomingMessage < ActiveRecord::Base
# Returns all attachments for use in display code
# XXX is this called multiple times and should be cached?
def get_attachments_for_display
- STDERR.puts(">>>>> get_attachments_for_display")
main_part = get_main_body_text_part
leaves = get_attachment_leaves