2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-12 08:41:41 +00:00

98_GAEBUS.pm : remove extra Log3 from debugging

git-svn-id: https://svn.fhem.de/fhem/trunk@21015 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jamesgo 2020-01-19 15:01:19 +00:00
parent 7be38ec9da
commit 87d86236d8

View File

@ -1100,7 +1100,6 @@ GAEBUS_doEbusCmd($$$$$$$)
$actMessage =~ s/\|$//;
# readings will be updated in main fhem process
Log3 ($name, 3, "$name returns actMessage as $actMessage");
return $actMessage;
}
}