From 500126248d1bca1b32410e357a910d43a92f9e7a Mon Sep 17 00:00:00 2001 From: andrewdkim Date: Fri, 19 Jul 2019 17:16:07 -0400 Subject: video integration pt2 and bug fixes --- src/client/views/nodes/Track.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/client/views/nodes/Track.tsx') diff --git a/src/client/views/nodes/Track.tsx b/src/client/views/nodes/Track.tsx index d48abc10f..4ed2ded85 100644 --- a/src/client/views/nodes/Track.tsx +++ b/src/client/views/nodes/Track.tsx @@ -115,9 +115,9 @@ export class Track extends React.Component { let rightkf: (Doc | undefined) = this.calcMinRight(region!); //right keyframe, if it exists let currentkf: (Doc | undefined) = this.calcCurrent(region!); //if the scrubber is on top of the keyframe - console.log(currentkf); - console.log(leftkf); - console.log(rightkf); + //console.log(currentkf); + // console.log(leftkf); + // console.log(rightkf); if (currentkf){ this.applyKeys(currentkf.key as Doc); } else { @@ -187,7 +187,7 @@ export class Track extends React.Component { let compTime = this.props.currentBarX; if (ref){ compTime = NumCast(ref.time); - console.log(compTime); + //console.log(compTime); } if (NumCast(kf.time) < compTime && NumCast(kf.time) > NumCast(time)) { leftKf = kf; -- cgit v1.2.3-70-g09d2