From 4fd1e884cfa25c9c96bbbc577589e502e29efdc6 Mon Sep 17 00:00:00 2001 From: betateilchen <> Date: Thu, 25 May 2017 14:07:55 +0000 Subject: [PATCH] fheminfo2: remove debug code git-svn-id: https://svn.fhem.de/fhem/trunk@14367 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/statistics/98_fheminfo2.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/fhem/contrib/statistics/98_fheminfo2.pm b/fhem/contrib/statistics/98_fheminfo2.pm index ea4cef063..6e12aba5f 100644 --- a/fhem/contrib/statistics/98_fheminfo2.pm +++ b/fhem/contrib/statistics/98_fheminfo2.pm @@ -85,9 +85,7 @@ sub _fi2_Count() { $model = AttrVal($name,'model',$model); # $model = ReadingsVal($name,'type',$model); $model = ReadingsVal($name,'model',$model); -my $debug = "Name: $name Model: $model chanNo: "; -$debug .= $defs{$key}{'chanNo'} if(defined($defs{$key}{'chanNo'})); -Debug $debug; + $fhemInfo{$type}{$model}++ unless defined($defs{$key}{'chanNo'}); # exclude Homematic channels }