Compare commits

..

No commits in common. "b107f443aa8ff21e22d487e7723c49155d8a7f22" and "f050127fd7f98c01d4fa11dffd8dd7e78b721a28" have entirely different histories.

View File

@ -235,11 +235,6 @@ public class MembreService {
mm.setCountry("FR");
return mm;
});
if (model.getId() != null){
LOGGER.debugf("updating -> %s", dataIn.toString());
}else{
LOGGER.debugf("creating -> %s", dataIn.toString());
}
if (model.getEmail() != null && !model.getEmail().isBlank()) {
if (model.getLicence() != null && !model.getLicence().equals(dataIn.getLicence())) {