Skip to content

Commit

Permalink
[ME007] Removed log message in Xsns23()
Browse files Browse the repository at this point in the history
  • Loading branch information
mathias-buder committed Nov 28, 2022
1 parent 11f479d commit dec17b5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tasmota/tasmota_xsns_sensor/xsns_23_me007.ino
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ bool Xsns23( uint32_t function )
{
bool result_b = false;

#ifdef ME007_DEBUG
AddLog( LOG_LEVEL_DEBUG_MORE, PSTR("ME007:Xsns23:CallbackId: %i"), function );
#endif

switch ( function )
{
case FUNC_EVERY_SECOND:
Expand Down

0 comments on commit dec17b5

Please sign in to comment.