Small code cleanup.

This commit is contained in:
James Cole
2017-08-11 05:42:15 +02:00
parent bc0ef11a8c
commit 04a2cd1f1f
8 changed files with 7 additions and 16 deletions

View File

@@ -72,8 +72,6 @@ class TransactionController extends Controller
$types = config('firefly.transactionTypesByWhat.' . $what);
$page = intval($request->get('page'));
$pageSize = intval(Preferences::get('transactionPageSize', 50)->data);
$count = 0;
$loop = 0;
$range = Preferences::get('viewRange', '1M')->data;
$start = null;
$end = null;