mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-07 19:04:20 +00:00
98_freezemon: Reverted accidential change - sorry
git-svn-id: https://svn.fhem.de/fhem/trunk@25141 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
045facaae6
commit
2be6a12448
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user