Skip to content

Commit

Permalink
Remove now-outdated warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisherlevine committed Mar 1, 2024
1 parent 709836e commit c693b56
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions python/lsst/summit/utils/tmaUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,12 +465,6 @@ def getPlotTime(time):
ax1p5.axvline(event.end.utc.datetime, c='k', ls='--', alpha=0.5)

for commandTime, command in commands.items():
# if commands weren't found, the item is set to None. This is common
# for events so handle it gracefully and silently. The command finding
# code logs about lack of commands found so no need to mention here.
if commandTime is None:
continue

plotTime = getPlotTime(commandTime)
ax1_twin.axvline(plotTime, c=lineColors[colorCounter],
ls='--', alpha=0.75, label=f'{command}')
Expand Down

0 comments on commit c693b56

Please sign in to comment.