diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2019-11-19 14:28:27 -0500 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-11-19 14:28:27 -0500 |
| commit | cabb1c986be9a15cfb650fd365283557c1347737 (patch) | |
| tree | fc59d1f1d81badbe17bbba17625f6a71635e59e9 /src/client/views/nodes/ImageBox.tsx | |
| parent | 025a25a7fbf88c53d153cec19b8f93097116210e (diff) | |
commented out traces
Diffstat (limited to 'src/client/views/nodes/ImageBox.tsx')
| -rw-r--r-- | src/client/views/nodes/ImageBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/ImageBox.tsx b/src/client/views/nodes/ImageBox.tsx index 4ed350d2b..7a9ebc00a 100644 --- a/src/client/views/nodes/ImageBox.tsx +++ b/src/client/views/nodes/ImageBox.tsx @@ -267,7 +267,7 @@ export class ImageBox extends DocAnnotatableComponent<FieldViewProps, ImageDocum } @computed get content() { - trace(); + // trace(); const extensionDoc = this.extensionDoc; if (!extensionDoc) return (null); // let transform = this.props.ScreenToLocalTransform().inverse(); |
