remove unused code

This commit is contained in:
imanghafoori 2019-04-01 18:38:18 +03:30
parent 27118f1ee5
commit 1a4c040894
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ class ExportController extends Controller
if($proceed) {
$gridInstance = new $path;
$records = array();
$records = $gridInstance->export();
if(count($records) == 0) {