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 18194ae Drop debug
18194ae is described below
commit 18194ae3ceaf3728a3a81892c757431e9ee90493
Author: Sebb <[email protected]>
AuthorDate: Fri Oct 26 00:13:30 2018 +0100
Drop debug
---
tools/deliver.rb | 1 -
1 file changed, 1 deletion(-)
diff --git a/tools/deliver.rb b/tools/deliver.rb
index a213e25..55db717 100644
--- a/tools/deliver.rb
+++ b/tools/deliver.rb
@@ -33,4 +33,3 @@ FileUtils.mkdir_p File.dirname(file)
File.write file, mail, encoding: Encoding::BINARY
File.utime time, time, file
File.chmod 0644, file
-puts file
\ No newline at end of file