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 dfcf5480a0
commit e95a2e8777

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, "-" );