Skip to content
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.

Commit

Permalink
fix(adapter): remove unnecessary log line
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfreedman committed Oct 16, 2017
1 parent 94ae9c1 commit 1f08a7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/adapter.js
Expand Up @@ -158,7 +158,6 @@ class SymphonyAdapter extends Adapter {
if (match === undefined || match === null) {
messageML = `<messageML>${messageML}<\/messageML>`;
}
this.robot.logger.info(`Sending ${messageML}`);
this.symphony.sendMessage(envelope.room, messageML);
} else {
this.symphony.sendMessageWithStructuredObjects(envelope.room, message.text, message.data);
Expand Down

0 comments on commit 1f08a7f

Please sign in to comment.