log for testing removed

This commit is contained in:
lucio 2020-04-07 19:15:33 +02:00
parent d0a7c0520a
commit d6b6d4135e
1 changed files with 0 additions and 3 deletions

View File

@ -82,12 +82,9 @@ public class TokenManager {
try{
ScopeProvider.instance.set(info.getContext());
log.info("current context is {}", info.getContext());
ServiceMap map = ((ScopedServiceMap)ServiceMap.instance).currentMap();
log.info("map is {}", map);
ScopeProvider.instance.reset();
info.setMap(map);
log.info("map set");
}catch(Throwable e){
log.error("error retrieving map for {}", info.getContext(), e);
}