Remove test logging

This commit is contained in:
Grégoire Charvet 黑瓜 2014-08-18 07:32:23 +08:00
parent f9c2e78055
commit 0ecd729f49

View File

@ -21,7 +21,6 @@ function logglyAppender(config, layout) {
if(!layout) layout = passThrough;
return function(loggingEvent) {
console.log('logging ', loggingEvent);
var msg = layout(loggingEvent);
client.log({
msg: msg,