wupengfei 2 years ago
parent
commit
bb1c4feaae
1 changed files with 0 additions and 2 deletions
  1. 0 2
      application/mall/controller/Region.php

+ 0 - 2
application/mall/controller/Region.php

@@ -160,8 +160,6 @@ class Region extends Controller
      */
     public function remove()
     {
-        var_dump($this->request->post());
-        die();
         $this->_save($this->table, ['is_deleted' => 1]);
     }