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 e6f63138 Drop some debug
e6f63138 is described below

commit e6f631383127cca302a40499bc2e73037ba42c2f
Author: Sebb <[email protected]>
AuthorDate: Sat May 20 22:08:51 2023 +0100

    Drop some debug
---
 www/board/agenda/spec/secretary_spec.rb | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/www/board/agenda/spec/secretary_spec.rb 
b/www/board/agenda/spec/secretary_spec.rb
index ac576aef..93c18c2c 100644
--- a/www/board/agenda/spec/secretary_spec.rb
+++ b/www/board/agenda/spec/secretary_spec.rb
@@ -11,9 +11,6 @@ feature 'report' do
 
   it "should allow timestamps to be edited" do
     visit '/2015-02-18/Call-to-order'
-    $stderr.puts "++++++++++++++++++++++++"
-    $stderr.puts page.source
-    $stderr.puts "------------------------"
     expect(page).to have_selector 'button', text: 'edit minutes'
   end
 
@@ -102,9 +99,6 @@ feature 'report' do
 
   it "should publish minutes" do
     visit '/2015-01-21/'
-    $stderr.puts "++++++++++++++++++++++++"
-    $stderr.puts page.source
-    $stderr.puts "------------------------"
     expect(page).to have_selector 'textarea', text:
       '[21 January 2015](../records/minutes/2015/board_minutes_2015_01_21.txt)'
     expect(page).to have_selector 'textarea', text:

Reply via email to