You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2017/05/10 17:25:00 UTC

[2/3] lucene-solr:jira/solr-10290: remove old nocommit debugging code (was tired that night)

remove old nocommit debugging code (was tired that night)


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/22109418
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/22109418
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/22109418

Branch: refs/heads/jira/solr-10290
Commit: 2210941839329422fa1e1de09f799678fc219cbc
Parents: 4c80ac1
Author: Chris Hostetter <ho...@apache.org>
Authored: Wed May 10 10:09:38 2017 -0700
Committer: Chris Hostetter <ho...@apache.org>
Committed: Wed May 10 10:09:38 2017 -0700

----------------------------------------------------------------------
 solr/solr-ref-guide/tools/CheckLinksAndAnchors.java | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/22109418/solr/solr-ref-guide/tools/CheckLinksAndAnchors.java
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/tools/CheckLinksAndAnchors.java b/solr/solr-ref-guide/tools/CheckLinksAndAnchors.java
index f1b5f2d..06ae001 100644
--- a/solr/solr-ref-guide/tools/CheckLinksAndAnchors.java
+++ b/solr/solr-ref-guide/tools/CheckLinksAndAnchors.java
@@ -179,10 +179,6 @@ public class CheckLinksAndAnchors {
             problems++;
             System.err.println("Relative link points at id that doesn't exist in dest: " + link);
             System.err.println(" ... source: " + source.toURI().toString());
-            try {
-              System.err.println(" ... nocommit: " + idsToFiles.get(frag).get(0).getName());
-              System.err.println(" ... nocommit: " + path);
-            } catch (NullPointerException ignored) { /* nocommit: Noop */ }
           }
         }
       }