From 658cd061fd1927148c3542e4f82f06c6805f98db Mon Sep 17 00:00:00 2001 From: Bob Zeleznik Date: Wed, 14 Aug 2019 17:58:42 -0400 Subject: removed log msgs. --- src/client/views/InkingCanvas.tsx | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/client/views/InkingCanvas.tsx b/src/client/views/InkingCanvas.tsx index 31ffb0f9a..1cfa8d644 100644 --- a/src/client/views/InkingCanvas.tsx +++ b/src/client/views/InkingCanvas.tsx @@ -68,7 +68,6 @@ export class InkingCanvas extends React.Component { @action onPointerDown = (e: React.PointerEvent): void => { if (e.button !== 0 || e.altKey || e.ctrlKey || InkingControl.Instance.selectedTool === InkTool.None) { - console.log("RETURNING!"); return; } @@ -79,8 +78,6 @@ export class InkingCanvas extends React.Component { this.previousState = new Map(this.inkData); - console.log("POINTER DOWN"); - if (InkingControl.Instance.selectedTool !== InkTool.Eraser) { // start the new line, saves a uuid to represent the field of the stroke this._currentStrokeId = Utils.GenerateGuid(); -- cgit v1.2.3-70-g09d2