Skip to content

Commit 2d14130

Browse files
committed
AC-8379: review comments addressed
1 parent 96556fc commit 2d14130

File tree

1 file changed

+0
-2
lines changed
  • app/code/Magento/Catalog/view/adminhtml/templates/catalog/category/widget

1 file changed

+0
-2
lines changed

app/code/Magento/Catalog/view/adminhtml/templates/catalog/category/widget/tree.phtml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
<?php
1313
$isUseMassAction = $block->getUseMassaction() ? 1 : 0;
1414
$isAnchorOnly = $block->getIsAnchorOnly() ? 1 : 0;
15-
$intCategoryId = (int)$block->getCategoryId();
16-
$intRootId = (int) $block->getRoot()->getId();
1715
$scriptString = <<<script
1816
1917
require(['jquery', 'jquery/jstree/jquery.jstree'], function($) {

0 commit comments

Comments
 (0)