mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-12 04:23:13 +00:00
[DS-2911] Inspect and fix unused variables
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user