diff options
Diffstat (limited to 'app/models/incoming_message.rb')
-rw-r--r-- | app/models/incoming_message.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/models/incoming_message.rb b/app/models/incoming_message.rb index aab507074..2348c17b5 100644 --- a/app/models/incoming_message.rb +++ b/app/models/incoming_message.rb @@ -914,8 +914,6 @@ class IncomingMessage < ActiveRecord::Base IO.popen("/usr/bin/uudecode " + tempfile.path + " -o -", "r") do |child| content = child.read() end - STDERR.puts(tempfile.to_s) - raise "stop" tempfile.close # Make attachment type from it, working out filename and mime type attachment = FOIAttachment.new() |