diff options
author | francis <francis> | 2008-08-21 02:18:48 +0000 |
---|---|---|
committer | francis <francis> | 2008-08-21 02:18:48 +0000 |
commit | 10b2d0268ef76c6ab654822f69f939c36aeb69c9 (patch) | |
tree | 37ddae8759e6a02db3090c4425d3e94b100e37ed | |
parent | 9145476f19a4a944eabf10203ca99d5e24759cea (diff) |
Remove debug.
-rw-r--r-- | app/models/incoming_message.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/incoming_message.rb b/app/models/incoming_message.rb index 062f43742..d0add57e1 100644 --- a/app/models/incoming_message.rb +++ b/app/models/incoming_message.rb @@ -19,7 +19,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: incoming_message.rb,v 1.131 2008-08-21 02:08:17 francis Exp $ +# $Id: incoming_message.rb,v 1.132 2008-08-21 02:18:48 francis Exp $ # TODO # Move some of the (e.g. quoting) functions here into rblib, as they feel @@ -751,7 +751,7 @@ class IncomingMessage < ActiveRecord::Base calc_mime = filename_to_mimetype(filename) content_type = calc_mime or 'application/octet-stream' - STDERR.puts("doing file " + filename + " content type " + content_type) + #STDERR.puts("doing file " + filename + " content type " + content_type) text += IncomingMessage.get_attachment_text_internal_one_file(content_type, body) end end |