diff --git a/src/DataGrid.php b/src/DataGrid.php index eead1cd2..a606127a 100644 --- a/src/DataGrid.php +++ b/src/DataGrid.php @@ -446,8 +446,6 @@ public function __construct(?IContainer $parent = null, ?string $name = null) $parent->addComponent($this, $name); } - $this->monitor('Nette\Application\UI\Presenter'); - /** * Try to find previous filters, pagination, perPage and other values in session */