diff --git a/tomotools/align.py b/tomotools/align.py index 02c75e6e..190d0029 100644 --- a/tomotools/align.py +++ b/tomotools/align.py @@ -649,7 +649,6 @@ def tilt_maximage(stack, limit=10, delta=0.1, plot_results=False): # Calculate average angle from detected lines rotation_angle = np.degrees(np.mean(angles)) - print(rotation_angle) if plot_results: fig, ax = plt.subplots(1)