Remove debugging

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@892 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2011-04-22 08:16:02 +00:00
parent 93a263e521
commit 27cf9063b0
3 changed files with 3 additions and 4 deletions

View File

@@ -250,7 +250,6 @@ FileLog_Get($@)
my $col = $h->{col};
my $t = $h->{type};
my $val = undef;
my $dte = $fld[0];
@@ -290,6 +289,7 @@ FileLog_Get($@)
$val = $1 if($fld[$col] =~ m/^(\d+).*/o);
} else { # evaluate
$val = eval($h->{fn});
}