1
0
Fork 0

[client] Add debug statement

This commit is contained in:
Starbeamrainbowlabs 2017-07-01 22:20:48 +01:00
parent edb50e2619
commit 53ba0b1c06
1 changed files with 2 additions and 0 deletions

View File

@ -83,6 +83,8 @@ class Pencil
this.pencilDown = true;
console.log(`Starting line with id ${this.currentLineId}.`);
this.rippleLink.send({
Event: "LineStart",
LineId: this.currentLineId,