Skip to content

Commit

Permalink
Remove value
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Mar 13, 2018
1 parent c1bf778 commit 44d31b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/cbeam.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ exports.filterMessages = (topic, msg, dictionaries, callback) ->
unless handlers.length
return callback [] unless unhandled.indexOf(topic) is -1
unhandled.push topic
console.log "Unhandled key #{topic}: #{JSON.stringify(value)}"
console.log "Unhandled key #{topic}"
return callback []
points = handlers.map (handler) ->
return message =
Expand Down

0 comments on commit 44d31b8

Please sign in to comment.