remove debug messages

This commit is contained in:
HB9HIL
2024-12-11 13:50:46 +01:00
parent 8ac10ce94b
commit bb95ba7673

View File

@@ -660,7 +660,7 @@ class Staticmap_model extends CI_Model {
foreach ($linked_logbooks as $logbook_id) {
$slug = $this->stationsetup_model->get_slug($logbook_id);
if ($slug == false) {
log_message('debug', "No slug found for logbook ID " . $logbook_id . ". Continue...");
log_message('info', "No slug found for logbook ID " . $logbook_id . ". Continue...");
continue;
}