You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2017/09/20 18:39:36 UTC

[whimsy] 02/02: remove debug statement

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

rubys pushed a commit to branch agenda_on_vue
in repository https://gitbox.apache.org/repos/asf/whimsy.git

commit 40bc0b70a178cf47b442f5ebbc79723ecb0d540e
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Tue Sep 19 07:54:47 2017 -0400

    remove debug statement
---
 www/board/agenda/views/layout/header.js.rb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/www/board/agenda/views/layout/header.js.rb b/www/board/agenda/views/layout/header.js.rb
index 4c3e0fc..5ba3590 100644
--- a/www/board/agenda/views/layout/header.js.rb
+++ b/www/board/agenda/views/layout/header.js.rb
@@ -129,6 +129,5 @@ class Header < Vue
   # toggle info dropdown
   def toggleInfo
     @infodropdown = (@infodropdown ? nil : 'open')
-    console.log 'toggle'
   end
 end

-- 
To stop receiving notification emails like this one, please contact
"commits@whimsical.apache.org" <co...@whimsical.apache.org>.