Skip to content

Commit

Permalink
Merge pull request #1121 from UV-CDAT/issue_1085_animate_print_statem…
Browse files Browse the repository at this point in the history
…ents

fix #1085
  • Loading branch information
doutriaux1 committed Mar 5, 2015
2 parents 1219144 + 1be3325 commit 54a855c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Packages/vcs/Lib/animate_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,6 @@ def save(self,movie,bitrate=1024, rate=None, options=''):
if self.created():
started = False
while len(self.animation_files)!=self.number_of_frames():
print len(self.animation_files),self.number_of_frames()
if not self.playback_running:
# if not runnnig getting it going so we can use the pngs
self.run()
Expand Down

0 comments on commit 54a855c

Please sign in to comment.