You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by Sam Ruby <ru...@apache.org> on 2016/02/16 03:09:12 UTC

[whimsy.git] [1/1] Commit 1d30d9f: make link relative; remove debug statement

Commit 1d30d9ffe971e6904c5c4a3c80231fe08f1c6fb3:
    make link relative; remove debug statement


Branch: refs/heads/master
Author: Sam Ruby <ru...@intertwingly.net>
Committer: Sam Ruby <ru...@intertwingly.net>
Pusher: rubys <ru...@apache.org>

------------------------------------------------------------
www/roster/views/pmc/main.js.rb                              | + --
------------------------------------------------------------
3 changes: 1 additions, 2 deletions.
------------------------------------------------------------


diff --git a/www/roster/views/pmc/main.js.rb b/www/roster/views/pmc/main.js.rb
index a9940c5..44ffe51 100644
--- a/www/roster/views/pmc/main.js.rb
+++ b/www/roster/views/pmc/main.js.rb
@@ -61,8 +61,7 @@ def update(committee)
     if @attic == nil and not committee.established and defined? fetch
       @attic = []
 
-      console.log 'issuing fetch'
-      fetch('/attic/issues.json', credentials: 'include').then {|response|
+      fetch('attic/issues.json', credentials: 'include').then {|response|
         if response.status == 200
           response.json().then do |json|
             @attic = json