remove debug line

This commit is contained in:
Johannes
2022-09-14 21:13:35 +02:00
parent 3250d15669
commit 1ca00118cf

View File

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