diff options
author | bob <bcz@cs.brown.edu> | 2020-03-04 18:20:46 -0500 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2020-03-04 18:20:46 -0500 |
commit | 26c973ecb47de86d94c39d71ad00ece38a85d623 (patch) | |
tree | ab67826925f435b2da5753fa537b317ef067c8af /src/client/util/InteractionUtils.tsx | |
parent | 85a95c5fdb5e34461ae9892b4f1cac426b7d667b (diff) |
changed text sampling to marking every second to get audio to synchronize better
Diffstat (limited to 'src/client/util/InteractionUtils.tsx')
-rw-r--r-- | src/client/util/InteractionUtils.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/util/InteractionUtils.tsx b/src/client/util/InteractionUtils.tsx index cf51b8e89..2eec02a42 100644 --- a/src/client/util/InteractionUtils.tsx +++ b/src/client/util/InteractionUtils.tsx @@ -108,7 +108,6 @@ export namespace InteractionUtils { } export function IsType(e: PointerEvent | React.PointerEvent, type: string): boolean { - console.log(e.button); switch (type) { // pen and eraser are both pointer type 'pen', but pen is button 0 and eraser is button 5. -syip2 case PENTYPE: |