Skip to content

Commit

Permalink
console.log--
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed May 20, 2020
1 parent 4974e41 commit 9a4f558
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ts/conversation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ export class Conversation {
return;
}
let payload = JSON.stringify(obj);
console.log("Writing payload", payload);
this.conn.send(payload);
}

Expand Down

0 comments on commit 9a4f558

Please sign in to comment.