Commit be52da4bbefddfc42cf57a84dab394c809295375

Authored by Alex Savenko
1 parent 8f6725a6

test

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
app/library/App/Controllers/ProjectController.php
@@ -26,7 +26,6 @@ class ProjectController extends CrudResourceController { @@ -26,7 +26,6 @@ class ProjectController extends CrudResourceController {
26 public function test_get($id) 26 public function test_get($id)
27 { 27 {
28 28
29 - die('1233');  
30 $item = $this->getFindData($id); 29 $item = $this->getFindData($id);
31 30
32 if (!$item) { 31 if (!$item) {