98_freezemon: Reverted accidential change - sorry

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@25141 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Adimarantis 2021-10-28 19:13:56 +00:00
parent a530c69b11
commit d5b6060066

View File

@ -110,7 +110,7 @@ package main;
use strict;
use warnings;
use Data::Dumper;
#use Data::Dumper;
use POSIX;
use Time::HiRes qw(gettimeofday);
@ -371,9 +371,6 @@ sub freezemon_ProcessTimer($) {
#get the timers that were executed in last cycle
my $first = $intAtA[0]->{TRIGGERTIME};
if (!defined $first) {
print Dumper(@intAtA);
}
foreach my $c ( $hash->{helper}{inAt} ) {
foreach my $d (@$c) {
last if ( $d->{TRIGGERTIME} >= $first );