Skip to content

Commit 13b2c79

Browse files
committed
Remove some log information
1 parent 1428846 commit 13b2c79

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/aspire/commands/preprocess.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ def preprocess(
7979
Preprocess the raw images and output desired images for future analysis
8080
"""
8181
# Create a source object for 2D images
82-
logger.info("This script preprocesses experimental CryoEM images")
8382
logger.info(f"Read in images from {starfile_in} and preprocess the images.")
8483
source = RelionSource(
8584
starfile_in, data_folder, pixel_size=pixel_size, max_rows=max_rows

0 commit comments

Comments
 (0)