2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +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 b11fcf73a1
commit 9b937bb2e9

View File

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