2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-01 01:09:47 +00:00

HttpUtils.pm: remove debug-return

git-svn-id: https://svn.fhem.de/fhem/trunk@24280 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2021-04-19 09:54:42 +00:00
parent 7af11042c0
commit cce7745fb4

View File

@ -91,7 +91,6 @@ sub
HttpUtils_Cleanup($)
{
my ($hash) = @_;
return;
map { delete($hash->{$_}) if($_ =~ m/^hu_/) } sort keys %{$hash};
delete($hash->{directReadFn});
delete($hash->{directWriteFn});