This commit is contained in:
Jake Kasper
2025-08-29 14:46:32 -04:00
parent 80645dac1c
commit e75be978fa
2 changed files with 28 additions and 0 deletions

View File

@@ -296,6 +296,8 @@ const ApplicationExecutionModal = ({ application, propertyDetails, onClose, onCo
// Debug: log the exact data being sent
console.log('Sending log data:', JSON.stringify(logData, null, 2));
console.log('Total distance being stored:', totalDistance);
console.log('GPS track data being stored:', gpsTrackData);
try {
// Save the application log to the backend