diff options
author | Francis Irving <francis@mysociety.org> | 2009-12-03 11:23:32 +0000 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2009-12-03 11:23:32 +0000 |
commit | e639fa544efc96c7707f43d382e09cb2aae9e28d (patch) | |
tree | b9aa632be37772a4d8087de1b516dc2eadfd831b /app/models | |
parent | debcab8798a7c389bbac9bfefbb133071b5a851e (diff) |
Fix test to work with new way of uudecoding
Diffstat (limited to 'app/models')
-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() |