Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
kailash-choudhary-thoughtspot committed Jul 4, 2022
1 parent 8b78afd commit f27579e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/embed/ts-embed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@ export class TsEmbed {
*/
private subscribeToEvents() {
window.addEventListener('message', (event) => {
console.log(event);
const eventType = this.getEventType(event);
const eventPort = this.getEventPort(event);
const eventData = this.formatEventData(event, eventType);
Expand Down

0 comments on commit f27579e

Please sign in to comment.