Removed debug as it should be fixed

This commit is contained in:
Peter Goodhall
2019-09-23 18:36:17 +01:00
parent 8faa8ff84e
commit 142dcb35d8
2 changed files with 1 additions and 3 deletions

View File

@@ -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) {