From 142dcb35d877157102f3da7f884b4f38b2df4611 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Mon, 23 Sep 2019 18:36:17 +0100 Subject: [PATCH] Removed debug as it should be fixed --- application/controllers/Station.php | 2 +- application/models/Stations.php | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/application/controllers/Station.php b/application/controllers/Station.php index 2ffb67a78..c61a7ad6e 100644 --- a/application/controllers/Station.php +++ b/application/controllers/Station.php @@ -67,7 +67,7 @@ class Station extends CI_Controller { $this->stations->reassign($id); //$this->stations->logbook_session_data(); - //redirect('station'); + redirect('station'); } function set_active($current, $new) { diff --git a/application/models/Stations.php b/application/models/Stations.php index 905cd035e..a5d4cd071 100644 --- a/application/models/Stations.php +++ b/application/models/Stations.php @@ -123,8 +123,6 @@ class Stations extends CI_Model { $str = $this->db->last_query(); - echo $str; - } function profile_exists() {