Clean up for task export
This commit is contained in:
parent
2852a1a5e3
commit
c9a9c285cc
1 changed files with 0 additions and 5 deletions
|
|
@ -131,8 +131,6 @@ class TaskExport extends BaseExport
|
|||
|
||||
$entity = $this->decorateAdvancedFields($task, $entity);
|
||||
|
||||
nlog("no time logs");
|
||||
nlog($entity);
|
||||
ksort($entity);
|
||||
$this->csv->insertOne($entity);
|
||||
|
||||
|
|
@ -200,9 +198,6 @@ class TaskExport extends BaseExport
|
|||
$entity['end_date'] = "";
|
||||
|
||||
$entity = $this->decorateAdvancedFields($task, $entity);
|
||||
|
||||
nlog("with time logs");
|
||||
nlog($entity);
|
||||
|
||||
ksort($entity);
|
||||
$this->csv->insertOne($entity);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue