Skip to content

Commit

Permalink
Remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasddn committed Dec 23, 2024
1 parent de35e31 commit 1a926db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/volvo_cars/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ async def async_step_init(
vehicle = self.config_entry.runtime_data.coordinator.vehicle

# Check engine
if vehicle.has_combustion_engine() or True:
if vehicle.has_combustion_engine():
schema.update(
{
vol.Required(OPT_FUEL_CONSUMPTION_UNIT): SelectSelector(
Expand Down

0 comments on commit 1a926db

Please sign in to comment.