diff --git a/app/commands/ImportTimesheetData.php b/app/commands/ImportTimesheetData.php index f1173c71577d..30f743ba6b38 100644 --- a/app/commands/ImportTimesheetData.php +++ b/app/commands/ImportTimesheetData.php @@ -268,6 +268,7 @@ class ImportTimesheetData extends Command { } $this->info("Deleted ".count($deleted). " events"); foreach($deleted as $uid => $lastupdated_date) { + // FIXME: Delete events in database echo "$uid: $lastupdated_date\n"; }