Skip to content
Snippets Groups Projects
Commit c5a03a6c authored by Colm Talbot's avatar Colm Talbot
Browse files

make info message a debug

parent f76d9c34
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,7 @@ class GravitationalWaveTransient(likelihood.Likelihood):
minimum=- self._delta_tc / 2, maximum=self._delta_tc / 2,
boundary='periodic')
elif self.jitter_time:
logger.info(
logger.debug(
"Time jittering requested with non-time-marginalised "
"likelihood, ignoring.")
self.jitter_time = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment