Remove debug output

This commit is contained in:
phl0
2025-11-14 09:01:23 +01:00
parent 829bdac8d5
commit 6eea074448

View File

@@ -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');