Skip to content

Commit 69bdcaa

Browse files
committed
remove debug
Signed-off-by: rick.stokkingreef <[email protected]>
1 parent 42bec3d commit 69bdcaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/plugins/teams.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ module.exports = class Teams extends Diffable {
7575

7676
add (attrs) {
7777
let existing = { team_id: 1 }
78-
this.log.debug(`Getting team with the parms ${JSON.stringify(attrs)}, ${this.slugify(attrs.name)}`)
78+
this.log.debug(`Getting team with the parms ${JSON.stringify(attrs)}`)
7979
return this.github.teams.getByName({ org: this.repo.owner, team_slug: this.slugify(attrs.name) }).then(res => {
8080
existing = res.data
8181
this.log.debug(`adding team ${attrs.name} to repo ${this.repo.repo}`)

0 commit comments

Comments
 (0)