Debug logs in released version

Created on 1 September 2025, about 1 month ago

Thanks again for this great theme! :)
Unfortunately, the latest version started to log some stuff on each page load. Can this be removed?

Problem/Motivation

There are debug messages logged in the latest version.

Steps to reproduce

See _solo_theme_alter.inc:

// DEBUG: Log what we're getting (temporary)
\Drupal::logger('solo')->notice('DEBUG - Raw content types: @raw', ['@raw' => print_r($raw_content_types, TRUE)]);
\Drupal::logger('solo')->notice('DEBUG - Filtered content types: @filtered', ['@filtered' => print_r($content_types, TRUE)]);

Proposed resolution

Remove debug logs.

πŸ› Bug report
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡©πŸ‡ͺGermany gruberroland

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024