This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 401950c Unused
401950c is described below
commit 401950cda7c23c4aaf872957bef9b182ccfda975
Author: Sebb <[email protected]>
AuthorDate: Wed Oct 24 10:46:11 2018 +0100
Unused
---
www/secretary/workbench/views/actions/pdfize.json.rb | 2 --
1 file changed, 2 deletions(-)
diff --git a/www/secretary/workbench/views/actions/pdfize.json.rb
b/www/secretary/workbench/views/actions/pdfize.json.rb
index a38d865..d0d0e90 100644
--- a/www/secretary/workbench/views/actions/pdfize.json.rb
+++ b/www/secretary/workbench/views/actions/pdfize.json.rb
@@ -8,8 +8,6 @@ begin
source = message.find(@selected).as_pdf
source.rewind
- output = SafeTempFile.new('output')
-
name = @selected.sub(/\.\w+$/, '') + '.pdf'
# If output file is empty, then the command failed