2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-25 09:55:38 +00:00

98_HTTPMOD: remove use Data::Dumper

git-svn-id: https://svn.fhem.de/fhem/trunk@28692 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
StefanStrobel 2024-03-21 19:44:13 +00:00
parent ae988ab224
commit 5d00ae3714

View File

@ -65,7 +65,7 @@ use SetExtensions qw(:all);
use HttpUtils; use HttpUtils;
use FHEM::HTTPMOD::Utils qw(:all); use FHEM::HTTPMOD::Utils qw(:all);
use POSIX; use POSIX;
use Data::Dumper; #use Data::Dumper; # only for debugging
use Exporter ('import'); use Exporter ('import');
our @EXPORT_OK = qw(); our @EXPORT_OK = qw();