diff --git a/src/board/pins.ts b/src/board/pins.ts index 2810ed1e..c9980f7c 100644 --- a/src/board/pins.ts +++ b/src/board/pins.ts @@ -139,7 +139,6 @@ export class TouchPin extends BasePin { getAndClearTouches() { const touches = this._touches; this._touches = 0; - console.log("got touch ", touches); return touches; }