diff options
author | bob <bcz@cs.brown.edu> | 2020-01-09 10:04:24 -0500 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2020-01-09 10:04:24 -0500 |
commit | 540bda7295f6ee7c2eed848598de6f5df74b2723 (patch) | |
tree | 33ae259c81cfa2fd1caebff5f82acbe4ccb55133 /src/client/views/nodes/DocumentView.tsx | |
parent | 040cb79d01e3c9fcd7c5fb3777de4b2014414449 (diff) |
fixed many warnings
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/DocumentView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index a14f69f71..10d2e2b3e 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -253,7 +253,6 @@ export class DocumentView extends DocComponent<DocumentViewProps, Document>(Docu document.removeEventListener("touchend", this.onTouchEnd); document.addEventListener("touchend", this.onTouchEnd); if ((e.nativeEvent as any).formattedHandled) e.stopPropagation(); - console.log("down") } } |