[tor-commits] [onionoo/master] Remove commented out code.

karsten at torproject.org karsten at torproject.org
Mon Apr 14 13:29:24 UTC 2014


commit 25788508829583323b659f4a4b77eb01eac89c4f
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Thu Mar 20 13:10:30 2014 +0100

    Remove commented out code.
    
    Suggested by SonarQube.
---
 src/org/torproject/onionoo/DocumentStore.java |    5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/org/torproject/onionoo/DocumentStore.java b/src/org/torproject/onionoo/DocumentStore.java
index be6abd5..a91f302 100644
--- a/src/org/torproject/onionoo/DocumentStore.java
+++ b/src/org/torproject/onionoo/DocumentStore.java
@@ -430,11 +430,6 @@ public class DocumentStore {
     } else if (documentType.equals(UpdateStatus.class)) {
       directory = this.outDir;
       fileName = "update";
-    // TODO Taken out, because storing/retrieving summary documents is not
-    // supported yet.
-    //} else if (documentType.equals(SummaryDocument.class)) {
-    //  directory = this.outDir;
-    //  fileName = "summary";
     } else if (documentType.equals(DetailsDocument.class)) {
       directory = this.outDir;
       fileName = String.format("details/%s", fingerprint);





More information about the tor-commits mailing list