2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-04 05:16:45 +00:00

70_NEUTRINO: remove DEBUG information

git-svn-id: https://svn.fhem.de/fhem/trunk@14810 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
michael.winkler 2017-07-28 12:53:30 +00:00
parent 1ce9797a59
commit 2210223f98

View File

@ -1371,7 +1371,6 @@ sub NEUTRINO_ReceiveCommand($$$) {
# currentTitel
$readvalue = $return->{prog}[$readnumber]{description};
readingsBulkUpdate( $hash, "currentTitle",$readvalue);
Log3 $name, 0, "NEUTRINO [DEBUG]" . ReadingsVal( $name, "egp_current_info2", "" ) ;
foreach ( "eventid","description","info1","info2","start_t","stop_t","duration_min","date","channel_id","stop_sec","start_sec", ) {
$reading = $_;
@ -1385,7 +1384,6 @@ sub NEUTRINO_ReceiveCommand($$$) {
if ($readvalue) {
readingsBulkUpdate( $hash, $readingname, $readvalue );
Log3 $name, 0, "NEUTRINO [DEBUG]" . $readvalue ;
}
else {
readingsBulkUpdate( $hash, $readingname, "-" );