120121122123124125126127128129130
if (profSvc.getActiveProfileKeys().contains(profKey)) { releaseProfile(); } profSvc.unregisterProfile(profKey); } catch (NoSuchProfileException e) { log.warn("Could not unregister unknown profile " + profKey); }
164165166167168169170171172173174