mirror of
https://github.com/sbrl/Nibriboard.git
synced 2018-01-10 21:33:49 +00:00
[client] Add debug statement
This commit is contained in:
parent
edb50e2619
commit
53ba0b1c06
1 changed files with 2 additions and 0 deletions
|
@ -83,6 +83,8 @@ class Pencil
|
||||||
|
|
||||||
this.pencilDown = true;
|
this.pencilDown = true;
|
||||||
|
|
||||||
|
console.log(`Starting line with id ${this.currentLineId}.`);
|
||||||
|
|
||||||
this.rippleLink.send({
|
this.rippleLink.send({
|
||||||
Event: "LineStart",
|
Event: "LineStart",
|
||||||
LineId: this.currentLineId,
|
LineId: this.currentLineId,
|
||||||
|
|
Loading…
Reference in a new issue