remove dump()

This commit is contained in:
2020-01-08 11:44:41 +01:00
parent 30e0c663dc
commit c3012b7f8a
3 changed files with 1 additions and 14 deletions

View File

@@ -96,7 +96,6 @@ class TimelineEventProvider implements TimelineProviderInterface
'WHERE' => $this->getWhereClause($metadataEvent, $metadataParticipation, $metadataPerson, $args['person'])
);
//dump($query);
return $query;
}