2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 19:04:20 +00:00

52_I2C_HDC1008.pm: add TODO for useless exception handling

git-svn-id: https://svn.fhem.de/fhem/trunk@16756 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
gernot-h 2018-05-18 19:15:41 +00:00
parent 4371ec532f
commit ab5f6d502b

View File

@ -465,7 +465,7 @@ sub I2C_HDC1008_Poll
my $delay = I2C_HDC1008_UpdateValues($hash);
# TODO Catch ohne eval?! Das bringt wohl nix, fraglich ist, ob wir hier ein Catch brauchen?
my $ret = I2C_HDC1008_Catch($@) if $@;