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 75c1ac04 Unnecessary debug
75c1ac04 is described below
commit 75c1ac04dee3130f7cc6d5006111165687147b7f
Author: Sebb <[email protected]>
AuthorDate: Tue Sep 17 20:21:35 2024 +0100
Unnecessary debug
---
www/secretary/workbench/tasks.rb | 1 -
1 file changed, 1 deletion(-)
diff --git a/www/secretary/workbench/tasks.rb b/www/secretary/workbench/tasks.rb
index 00bb313d..63663d98 100644
--- a/www/secretary/workbench/tasks.rb
+++ b/www/secretary/workbench/tasks.rb
@@ -96,7 +96,6 @@ end
extras = []
# write the attachments as file(s)
dest = emessage.write_att(tmpdir, docname, docsig)
- Wunderbar.warn dest.inspect
if dest.size > 1 # write to a container directory
unless outfilename =~ /\A[a-zA-Z][-.\w]+\z/ # previously done by
write_svn