[tor-commits] [metrics-web/master] Remove stray console.log

karsten at torproject.org karsten at torproject.org
Wed Aug 8 08:50:28 UTC 2018


commit 07520b1c3e07e0968162134d6297442acd034513
Author: Iain R. Learmonth <irl at fsfe.org>
Date:   Tue Aug 7 12:20:31 2018 +0100

    Remove stray console.log
---
 src/main/resources/web/js/rs/views/search/do.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/resources/web/js/rs/views/search/do.js b/src/main/resources/web/js/rs/views/search/do.js
index 5383580..53c80e6 100644
--- a/src/main/resources/web/js/rs/views/search/do.js
+++ b/src/main/resources/web/js/rs/views/search/do.js
@@ -52,7 +52,6 @@ define([
           $(".tip").tooltip({'html':true});
         },
         "footerCallback": function( tfoot, data, start, end, display ) {
-          console.log(relays);
           var sumAdvertisedBandwidths = 0;
           for (var i = 0; i < relays.length; i++) {
             sumAdvertisedBandwidths += relays[i].get("advertised_bandwidth");





More information about the tor-commits mailing list