mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Remove debug output
This commit is contained in:
@@ -1304,8 +1304,6 @@ class User extends CI_Controller {
|
||||
'station_locator' => $this->input->post('station_locator', true),
|
||||
];
|
||||
|
||||
log_message('debug', 'First Login Wizard Form Data: '.print_r($stationdata, true));
|
||||
|
||||
if (!$this->check_locator($stationdata['station_locator'])) {
|
||||
$this->session->set_flashdata('fl_wiz_error', sprintf(__("Please check value for grid locator (%s)"), strtoupper($stationdata['station_locator'])));
|
||||
redirect('dashboard');
|
||||
|
||||
Reference in New Issue
Block a user