Skip to content

Commit

Permalink
#3855 Remove more error logging
Browse files Browse the repository at this point in the history
  • Loading branch information
sekmiller committed May 25, 2017
1 parent b0e967b commit 6f28f26
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,6 @@ protected void executeImpl(CommandContext ctxt) throws CommandException {
ctxt.em().remove(ra);
}

//Register Cache
if(ctxt.settings().getValueForKey(SettingsServiceBean.Key.DoiProvider, "").equals("DataCite")){
// TODO make ignorant of configured bean
ctxt.doiDataCite().deleteRecordFromCache(doomed);
}

IdServiceBean idServiceBean = IdServiceBean.getBean(ctxt);
try{
if(idServiceBean.alreadyExists(doomed)){
Expand Down

0 comments on commit 6f28f26

Please sign in to comment.