This is an automated email from the ASF dual-hosted git repository.

rubys 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 c43305f  remove debug statements
c43305f is described below

commit c43305f602a31ac6360fa1492f6533e4a313ac4b
Author: Sam Ruby <[email protected]>
AuthorDate: Fri May 25 15:31:59 2018 -0400

    remove debug statements
---
 www/board/agenda/views/buttons/add-minutes.js.rb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/www/board/agenda/views/buttons/add-minutes.js.rb 
b/www/board/agenda/views/buttons/add-minutes.js.rb
index 3f853b0..133e0c9 100644
--- a/www/board/agenda/views/buttons/add-minutes.js.rb
+++ b/www/board/agenda/views/buttons/add-minutes.js.rb
@@ -124,8 +124,6 @@ class AddMinutes < Vue
   end
 
   def reflow()
-    console.log 'reflowing'
-    console.log Flow.text(@draft || '', ' ' * @indent)
     @draft = Flow.text(@draft || '', ' ' * @indent)
   end
 

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to