diff --git a/webapp/controller/TeamController.class.php b/webapp/controller/TeamController.class.php index 157b2c5b..15f0eb75 100644 --- a/webapp/controller/TeamController.class.php +++ b/webapp/controller/TeamController.class.php @@ -3,8 +3,6 @@ class TeamController extends BaseAuthedController { - - public function createTeam() { $node_id = 1; @@ -567,4 +565,3 @@ class TeamController extends BaseAuthedController { )); } } -?>