Skip to content

Commit

Permalink
Remove print func
Browse files Browse the repository at this point in the history
  • Loading branch information
bobleesj committed Oct 23, 2024
1 parent 39bf65c commit af6f485
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/diffpy/srmise/applications/extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,8 +473,6 @@ def main():
options.baseline = parsepars(bl, options.bspherical)

try:

print(options.baseline)
options.baseline = eval("baselines." + options.baseline)

except Exception as err:
Expand Down

0 comments on commit af6f485

Please sign in to comment.