diff options
Diffstat (limited to 'test-mogrify.py')
| -rw-r--r-- | test-mogrify.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test-mogrify.py b/test-mogrify.py index 3ef86b7..cd1bec0 100644 --- a/test-mogrify.py +++ b/test-mogrify.py @@ -183,7 +183,6 @@ if __name__ == '__main__': render_path = render_dir + "ren_{:05d}.png".format(i+1) if A_dir is not None: sequence_path = A_dir.format(A_offset+i+1) - print(sequence_path) # A_offset # save rendered image @@ -207,7 +206,6 @@ if __name__ == '__main__': array_ab = np.add(array_a, array_b) array_abc = np.add(array_ab, array_c) next_im = array_abc.astype('uint8') - print("rec: {}, seq: {}, pix: {}".format(frac_a, frac_b, frac_c)) else: frac_a = data_opt.recursive_frac |
