diff --git a/invesalius/data/styles.py b/invesalius/data/styles.py index c6c4488..fd43513 100644 --- a/invesalius/data/styles.py +++ b/invesalius/data/styles.py @@ -1568,7 +1568,6 @@ class ReorientImageInteractorStyle(DefaultInteractorStyle): axis = np.cross(p0, p1) norm = np.linalg.norm(axis) if norm == 0: - print "NORM 0" return axis = axis / norm angle = np.arccos(np.dot(p0, p1)/(np.linalg.norm(p0)*np.linalg.norm(p1))) -- libgit2 0.21.2