[tor-commits] [tpo/master] Remove printout to console

hiro at torproject.org hiro at torproject.org
Thu Apr 4 16:28:23 UTC 2019


commit 20c0eb07e44e5517f248f593555940d1d7b30ada
Author: hiro <hiro at torproject.org>
Date:   Thu Apr 4 18:28:19 2019 +0200

    Remove printout to console
---
 assets/static/js/fallback.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/assets/static/js/fallback.js b/assets/static/js/fallback.js
index b5f88ea..74d3aef 100644
--- a/assets/static/js/fallback.js
+++ b/assets/static/js/fallback.js
@@ -8,7 +8,6 @@ if (Modernizr.addTest('svgasimg', document.implementation.hasFeature('http://www
         $(obj).removeClass(cl);
         ej = cl.replace(/-png/,"");
         $(obj).addClass(ej)
-        console.log(obj);
       }
     }
   });



More information about the tor-commits mailing list