hyperion-project / hyperion.control

Kodi Addon to control Hyperion.
MIT License
31 stars 11 forks source link

enhancement: remove the "debug" settings #29

Closed sanzoghenzo closed 1 year ago

sanzoghenzo commented 1 year ago

I realized that the debug log level is already handled by kodi settings, so the "debug" settings in the addon is redundant.

Given that the current debug message are a few and infrequent, there's no need to check the current loglevel, we can directly send the debug message and let kodi handle it.

A PR will follow with the proposed changes