[DS-2911] Inspect and fix unused variables

This commit is contained in:
KevinVdV
2015-11-20 13:21:46 +01:00
parent 440c26c861
commit 3c8837ec78
46 changed files with 22 additions and 110 deletions

View File

@@ -641,11 +641,6 @@ public class SolrLoggerServiceImpl implements SolrLoggerService, InitializingBea
{
return currentValsStored;
}
// We have at least one document good
SolrDocument document = response.getResults().get(0);
// System.out.println("HERE");
// Get the info we need
}
catch (SolrServerException e)
{