- remove log noise

This commit is contained in:
Richard Alam 2017-07-13 18:16:18 -07:00
parent 5bccf11319
commit 4d12ed57fd

View File

@ -23,7 +23,7 @@ class ReceivedJsonMsgHandlerActor(
def receive = {
case msg: ReceivedJsonMessage =>
log.debug("handling {} - {}", msg.channel, msg.data)
// log.debug("handling {} - {}", msg.channel, msg.data)
handleReceivedJsonMessage(msg)
case _ => // do nothing
}