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

rubys pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  8ac7374   remove debug code
8ac7374 is described below

commit 8ac7374c95a2bbf3d43b5dc7aa75772dfe8091bc
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Wed Sep 21 11:59:41 2016 -0400

    remove debug code
---
 www/secmail/views/http.js.rb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/www/secmail/views/http.js.rb b/www/secmail/views/http.js.rb
index f52d337..9775cc5 100644
--- a/www/secmail/views/http.js.rb
+++ b/www/secmail/views/http.js.rb
@@ -78,7 +78,6 @@ class HTTP
 
       def xhr.onreadystatechange()
         if xhr.readyState == 4
-          console.log xhr.status
           if xhr.status == 200
             resolve()
           else

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

Reply via email to