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 b624efc Drop debug
b624efc is described below
commit b624efc4321be20012335c9086b68d5890989782
Author: Sebb <[email protected]>
AuthorDate: Tue Oct 30 18:15:19 2018 +0000
Drop debug
---
www/secretary/workbench/views/actions/rotate-attachment.json.rb | 1 -
1 file changed, 1 deletion(-)
diff --git a/www/secretary/workbench/views/actions/rotate-attachment.json.rb
b/www/secretary/workbench/views/actions/rotate-attachment.json.rb
index 3c0ae26..4fffd24 100644
--- a/www/secretary/workbench/views/actions/rotate-attachment.json.rb
+++ b/www/secretary/workbench/views/actions/rotate-attachment.json.rb
@@ -16,7 +16,6 @@ begin
end
output = selected.path.sub(/\.pdf$/, '-rotated.pdf')
- puts output
# If output file is empty, then the command failed
raise "Failed to rotate #{@selected}" unless File.size? output