Commit 7a8eb936 authored by Noel Alonso's avatar Noel Alonso
Browse files

Elimina log

parent 802634a6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -81,7 +81,6 @@ public class VesselTrackingAggregate extends Aggregate {
		if (vessel == null)
			return null;

		logger.info("Creando evento para enriquecer VesselTracking");
		EnrichUpdateVesselTrackingEvent evt = new EnrichUpdateVesselTrackingEvent(cmd.getVesselTracking());

		evt.setAggregateId(id);