Skip to content

Commit

Permalink
Revert "Set API token in SlackNotificationConfig#getAsElement, fixes #86
Browse files Browse the repository at this point in the history
"
  • Loading branch information
marvin-w authored Aug 19, 2016
1 parent fe6c2d1 commit 4b8cb62
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ public SlackNotificationConfig(String token,
public Element getAsElement(){
Element el = new Element("slackNotification");
el.setAttribute(CHANNEL, this.getChannel());
el.setAttribute(TOKEN, this.getToken());

if(StringUtil.isNotEmpty(this.getTeamName())) {
el.setAttribute(TEAM_NAME, this.getTeamName());
Expand Down

0 comments on commit 4b8cb62

Please sign in to comment.