diff options
author | Michael <michael.foiani@gmail.com> | 2022-06-13 14:09:46 -0400 |
---|---|---|
committer | Michael <michael.foiani@gmail.com> | 2022-06-13 14:09:46 -0400 |
commit | 1dfb694ffa8f34a834387eb073ffb9bd3a678039 (patch) | |
tree | ef5851e6f602457ac1a2c8305d14df7cecbcc17e /src/client/util/RecordingApi.ts | |
parent | d91ff1f937e9588b88258b07738eea56bac5fcca (diff) |
debug w bob
Diffstat (limited to 'src/client/util/RecordingApi.ts')
-rw-r--r-- | src/client/util/RecordingApi.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/util/RecordingApi.ts b/src/client/util/RecordingApi.ts index d56093cee..bcd21a48a 100644 --- a/src/client/util/RecordingApi.ts +++ b/src/client/util/RecordingApi.ts @@ -48,8 +48,6 @@ export class RecordingApi { // for now, set playFFView this.playFFView = null; this.timers = null; - - // put a pointerdown event on the doucment to see what the target } // little helper :) |