You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by cu...@apache.org on 2018/05/07 23:26:25 UTC

[whimsy] branch master updated: Remove debug code, sigh

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

curcuru 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 71f278b  Remove debug code, sigh
71f278b is described below

commit 71f278b065a97eb1182fdf0ed6644552004d8966
Author: Shane Curcuru <as...@shanecurcuru.org>
AuthorDate: Mon May 7 19:26:19 2018 -0400

    Remove debug code, sigh
---
 www/members/logs.cgi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/members/logs.cgi b/www/members/logs.cgi
index 2bc15b4..6c2f590 100755
--- a/www/members/logs.cgi
+++ b/www/members/logs.cgi
@@ -136,8 +136,8 @@ _html do
       }
     ) do
       # Display whimsy_access.log data if requested (takes longer)
-      if true # ENV['QUERY_STRING'].include? 'access'
-        display_access('/Users/curcuru/src/g/wdev/errors/whimsy_access.log-20180507.gz')
+      if ENV['QUERY_STRING'].include? 'access'
+        display_access()
       else
         display_errors()
       end

-- 
To stop receiving notification emails like this one, please contact
curcuru@apache.org.