Skip to content

Commit af6f485

Browse files
committed
Remove print func
1 parent 39bf65c commit af6f485

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: src/diffpy/srmise/applications/extract.py

-2
Original file line numberDiff line numberDiff line change
@@ -473,8 +473,6 @@ def main():
473473
options.baseline = parsepars(bl, options.bspherical)
474474

475475
try:
476-
477-
print(options.baseline)
478476
options.baseline = eval("baselines." + options.baseline)
479477

480478
except Exception as err:

0 commit comments

Comments
 (0)