forked from 0x2620/oxjs
video edit panel: update wording in menu, remove print statement
This commit is contained in:
parent
36c2314b16
commit
fe6f61f0ee
2 changed files with 3 additions and 4 deletions
|
|
@ -379,7 +379,6 @@ Ox.VideoEditPanel = function(options, self) {
|
|||
cuts.push(clip.position);
|
||||
}
|
||||
clip.cuts.forEach(function(cut) {
|
||||
Ox.print('PUSHING CLIP CUT', clip.position + cut - clip['in'])
|
||||
cuts.push(clip.position + cut - clip['in']);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue