remove debug line

This commit is contained in:
joBr99
2022-09-14 21:13:35 +02:00
parent ab22f91eee
commit fe262b596e

View File

@@ -41,5 +41,3 @@ def get_translation(locale, lookupstr):
if locale == "he_IL":
res = res[::-1]
return res
#print(get_translation("en_US", "frontend.state_attributes.climate.hvac_action.idle"))