Skip to content

Commit

Permalink
fix(Blip Chat): Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Luiz Guilherme committed Feb 13, 2019
1 parent c64d6b1 commit 28a8d7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ <h1>For connection data tests (*optional)</h1>
x: 'y'
})
.withCustomCommonUrl(
'https://hmg-chat.blip.ai/'
''
)
builder.build()
}
Expand Down
2 changes: 0 additions & 2 deletions src/BlipChat.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ export class BlipChat {

withEventHandler(name, handler) {
this.events[name] = handler
console.log('EVENT POSTED: ' + name)
return this
}

Expand All @@ -97,7 +96,6 @@ export class BlipChat {
if (commonUrl && !commonUrl.endsWith('/')) {
commonUrl += '/'
}

this.customCommonUrl = commonUrl
return this
}
Expand Down

0 comments on commit 28a8d7d

Please sign in to comment.