Browse Source

Remove debug

Mark Story 6 years ago
parent
commit
0541f0b4bc
1 changed files with 0 additions and 2 deletions
  1. 0 2
      tests/test_app/TestApp/Controller/PostsController.php

+ 0 - 2
tests/test_app/TestApp/Controller/PostsController.php

@@ -123,8 +123,6 @@ class PostsController extends AppController
             'isSsl' => $this->request->is('ssl'),
         ];
 
-        debug($data);
-
         return $this->getResponse()->withStringBody(json_encode($data));
     }