Skip to content

Commit

Permalink
Remove debug print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
ejohb committed Jan 18, 2023
1 parent d326a00 commit bbdefdd
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions hct.be
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,6 @@ def handle_incoming_default(value, topic, code, value_raw, value_bytes)

def handle_outgoing_wrapper(handler, entity, value_raw, trigger, message)

if type(handler)=='string'
print("handler is string.:"+handler)
return
end

if type(entity)=='string'
print("Entity is string. Entity has gone? "+entity)
return
end

var value=entity.translate_value_out(value_raw)
var output_raw=handler(value,entity, value_raw, trigger, message)
if output_raw==nil
Expand Down

0 comments on commit bbdefdd

Please sign in to comment.