Skip to content

Commit

Permalink
Remove alert
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Herfst committed Jul 25, 2018
1 parent 7e7ac1e commit f075cc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Scripts/Story_Splitter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Splits the selected Story to separate Text Frames, while maintaining their conte

function mySplitAll( tFrames ) {
var len = tFrames.length;
alert(len);
if (len === 1) return;
for(var i = 0; i < len; i++){
tFrames[i].duplicate();
Expand Down

0 comments on commit f075cc2

Please sign in to comment.