1
0
Fork 0
forked from 0x2620/oxjs

video edit panel: update wording in menu, remove print statement

This commit is contained in:
rlx 2013-07-18 13:14:28 +00:00
commit fe6f61f0ee
2 changed files with 3 additions and 4 deletions

View file

@ -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']);
});
});