From 60274066993a513c57352e896347c50cd9be7115 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Poczkodi?= Date: Sat, 19 Oct 2024 22:02:00 +0200 Subject: [PATCH] removed logging --- esphome/components/kt0803/__init__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/esphome/components/kt0803/__init__.py b/esphome/components/kt0803/__init__.py index 01ca212b55..7f28bb2ca4 100644 --- a/esphome/components/kt0803/__init__.py +++ b/esphome/components/kt0803/__init__.py @@ -13,9 +13,6 @@ from esphome.const import ( DEVICE_CLASS_POWER, DEVICE_CLASS_EMPTY, ) -import logging - -_LOGGER = logging.getLogger(__name__) CODEOWNERS = ["@gabest11"] DEPENDENCIES = ["i2c"]