- Issue created by @gruberroland
- πΊπΈUnited States flashwebcenter Austin TX
Thank you for bringing this up. However, this debug line was commented out in the dev version two days ago and will be included in the next release.
Best wishes,
Alaa
Thanks again for this great theme! :)
Unfortunately, the latest version started to log some stuff on each page load. Can this be removed?
There are debug messages logged in the latest version.
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)]);
Remove debug logs.
Active
1.0
Code
Thank you for bringing this up. However, this debug line was commented out in the dev version two days ago and will be included in the next release.
Best wishes,
Alaa