NoteStar 5 лет назад
Родитель
Сommit
d655e86ab9

+ 0 - 1
vendor/fancyecommerce/fecshop/services/category/CategoryMysqldb.php

@@ -597,7 +597,6 @@ class CategoryMysqldb extends Service implements CategoryInterface
             'status' => $this->getCategoryEnableStatus(),
             'menu_show'  => $this->getCategoryMenuShowStatus(),
         ])->all();
-        print_r($category_id);
         $arr = [];
         if (is_array($data) && !empty($data)) {
             foreach ($data as $one) {