From 6eea0744483a82e24fe4bdfb3f4dce520222482c Mon Sep 17 00:00:00 2001 From: phl0 Date: Fri, 14 Nov 2025 09:01:23 +0100 Subject: [PATCH] Remove debug output --- application/controllers/User.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/application/controllers/User.php b/application/controllers/User.php index 8013ec641..1ac8f1851 100644 --- a/application/controllers/User.php +++ b/application/controllers/User.php @@ -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');