remove unused code
This commit is contained in:
parent
27118f1ee5
commit
1a4c040894
|
|
@ -53,7 +53,6 @@ class ExportController extends Controller
|
|||
if($proceed) {
|
||||
$gridInstance = new $path;
|
||||
|
||||
$records = array();
|
||||
$records = $gridInstance->export();
|
||||
|
||||
if(count($records) == 0) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue