You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2020/10/06 12:56:05 UTC

[whimsy] branch master updated: Not very useful

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 b554fb4  Not very useful
b554fb4 is described below

commit b554fb45876a4f47d13257d36b9bcd04d214367f
Author: Sebb <se...@apache.org>
AuthorDate: Tue Oct 6 13:55:55 2020 +0100

    Not very useful
---
 www/board/agenda/main.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/board/agenda/main.rb b/www/board/agenda/main.rb
index 477acff..c674d58 100755
--- a/www/board/agenda/main.rb
+++ b/www/board/agenda/main.rb
@@ -40,8 +40,8 @@ if ENV['RACK_ENV'] == 'test'
 else
   FOUNDATION_BOARD = ASF::SVN['foundation_board']
   AGENDA_WORK = ASF::Config.get(:agenda_work) || '/srv/agenda'
-  STDERR.puts "* SVN board  : #{FOUNDATION_BOARD}"
-  STDERR.puts "* Agenda work: #{AGENDA_WORK}"
+  # STDERR.puts "* SVN board  : #{FOUNDATION_BOARD}"
+  # STDERR.puts "* Agenda work: #{AGENDA_WORK}"
 end
 
 FileUtils.mkdir_p AGENDA_WORK if not Dir.exist? AGENDA_WORK