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:
parent
ae988ab224
commit
5d00ae3714
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user