2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-04 11:26:55 +00:00

CUL_MAX: remove Dumper

git-svn-id: https://svn.fhem.de/fhem/trunk@2708 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mgehre 2013-02-12 14:09:51 +00:00
parent b0aa9be459
commit 2228c3005f

View File

@ -351,7 +351,7 @@ CUL_MAX_BroadcastTime(@)
{
my ($hash,$manual) = @_;
my $payload = CUL_MAX_GetTimeInformationPayload();
Log 5, "CUL_MAX_BroadcastTime: payload $payload ". Dumper($modules{MAX}{defptr});
Log 5, "CUL_MAX_BroadcastTime: payload $payload ";
my $i = 1;
foreach my $addr (keys %{$modules{MAX}{defptr}}) {
Log 5, "addr $addr";