aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ScreenshotBox.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-03-21 10:23:57 -0400
committerbobzel <zzzman@gmail.com>2021-03-21 10:23:57 -0400
commit217594bb340afa6e98449624e7c7b2175e77bff4 (patch)
tree9186f8abd62f4c120d48a2fcd34445ffe1b8bd77 /src/client/views/nodes/ScreenshotBox.tsx
parent72631204e8ed6cfa230fd623eb02d5217efe3b04 (diff)
from last. tweaks to uploading video screengrabs.
Diffstat (limited to 'src/client/views/nodes/ScreenshotBox.tsx')
-rw-r--r--src/client/views/nodes/ScreenshotBox.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/ScreenshotBox.tsx b/src/client/views/nodes/ScreenshotBox.tsx
index 0a62a8de1..087a1be7a 100644
--- a/src/client/views/nodes/ScreenshotBox.tsx
+++ b/src/client/views/nodes/ScreenshotBox.tsx
@@ -166,7 +166,6 @@ export class ScreenshotBox extends ViewBoxBaseComponent<FieldViewProps, Screensh
this.dataDoc.type = DocumentType.VID;
this.layoutDoc.layout = VideoBox.LayoutString(this.fieldKey);
this.dataDoc[this.props.fieldKey] = new VideoField(Utils.prepend(result.accessPaths.agnostic.client));
- console.log(this.props.Document[this.props.fieldKey]);
} else alert("video conversion failed");
};
this._recorder.start();