Skip to content

Commit dcdfae9

Browse files
author
Matthew McEneaney
committed
fix: Remove extraneous comments.
1 parent 5f43d1e commit dcdfae9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bin/run-detectors-timelines.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ if ${modes['focus-all']} || ${modes['focus-timelines']}; then
275275

276276
fi # condition end: produce timelines, multi-threaded
277277

278-
# produce timelines, distributed on SLURM or test singly or sequentially locally
278+
# produce timelines, distributed on SLURM
279279
if ${modes['run-slurm']} && ! ${modes['after-slurm']}; then
280280

281281
# initial checks and preparations
@@ -383,7 +383,7 @@ EOF
383383
"""
384384
fi
385385
exit 0
386-
fi # condition end: produce timelines, distributed on SLURM or test singly or sequentially locally
386+
fi # condition end: produce timelines, distributed on SLURM
387387

388388
# organize output timelines
389389
echo ">>> organizing output timelines..."

0 commit comments

Comments
 (0)