hipchat-appender: remove redundancy

This commit is contained in:
Brice Burgess 2016-04-28 17:44:59 -05:00
parent beeeac0810
commit 9a71781c05

View File

@ -45,7 +45,6 @@ function hipchatAppender(config) {
var notifierFn;
notifier.setRoom(config.hipchat_room);
notifier.setRoom(config.hipchat_room);
notifier.setFrom(config.hipchat_from || '');
notifier.setNotify(config.hipchat_notify || false);