[tor-commits] [doctor/master] Temporarily remove relay flags table to see if anybody cares.

karsten at torproject.org karsten at torproject.org
Mon Aug 12 07:36:05 UTC 2013


commit 3e8a1fbcb7d69e96767dcba5bc33b1dd76fe5063
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Mon Aug 12 09:35:32 2013 +0200

    Temporarily remove relay flags table to see if anybody cares.
---
 src/org/torproject/doctor/MetricsWebsiteReport.java |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/org/torproject/doctor/MetricsWebsiteReport.java b/src/org/torproject/doctor/MetricsWebsiteReport.java
index f4a720e..c8c29e4 100644
--- a/src/org/torproject/doctor/MetricsWebsiteReport.java
+++ b/src/org/torproject/doctor/MetricsWebsiteReport.java
@@ -86,7 +86,10 @@ public class MetricsWebsiteReport {
         writeAuthorityVersions();
         writeDownloadStatistics();
         writeRelayFlagsSummary();
-        writeRelayFlagsTable();
+        /* Temporarily removed relay flags table to see if anybody cares.
+         * It's making the website really huge, and it's unclear if people
+         * actually need it.  -KL 2013-08-12 */
+        //writeRelayFlagsTable();
         writePageFooter();
         this.bw.close();
       } catch (IOException e) {



More information about the tor-commits mailing list