mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-25 19:42:30 +00:00
remove debug messages
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user