1
0
Fork 0
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:
Starbeamrainbowlabs 2017-07-01 22:20:48 +01:00
parent edb50e2619
commit 53ba0b1c06

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,