Skip to content

Commit

Permalink
Remove logger.info() without message (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
edeno authored Jan 3, 2024
1 parent 6a98c96 commit 1632b92
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/spyglass/common/common_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,12 @@ def make(self, key):
if not debug_mode: # TODO: remove when demo files agree on device
logger.info("Populate DataAcquisitionDevice...")
DataAcquisitionDevice.insert_from_nwbfile(nwbf, config)
logger.info()

logger.info("Populate CameraDevice...")
CameraDevice.insert_from_nwbfile(nwbf)
logger.info()

logger.info("Populate Probe...")
Probe.insert_from_nwbfile(nwbf, config)
logger.info()

if nwbf.subject is not None:
subject_id = nwbf.subject.subject_id
Expand Down

0 comments on commit 1632b92

Please sign in to comment.