Rem debug code

This commit is contained in:
Samuel Georges 2015-01-03 13:20:40 +11:00
parent fa250927d0
commit be702900d7

View File

@ -88,7 +88,6 @@ class DataTable extends FormWidgetBase
{
$dataSource = $this->table->getDataSource();
$records = $this->getLoadData() ?: [];
traceLog($records);
$dataSource->initRecords((array) $records);
}