Skip to content

Commit

Permalink
remove useless print
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco De Gasperin committed Nov 25, 2024
1 parent 964c2c1 commit 3b08492
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion losoto/operations/_fitClockTEC.py
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,6 @@ def doFit(
'CS007',
'Super'
]]
print(stations)
refstIdx = [i for (i, j) in enumerate(stations) if j in superterpstations]
if len(refstIdx)==0:
refstIdx=0
Expand Down

0 comments on commit 3b08492

Please sign in to comment.