Skip to content

Commit

Permalink
some work
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierfriard committed Feb 5, 2024
1 parent 4200258 commit 90698e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boris/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -3971,7 +3971,7 @@ def get_events_current_row(self):
scroll to corresponding event
"""

logging.debug("get_events_current_row")
# logging.debug("get_events_current_row")

if not self.pj[cfg.OBSERVATIONS][self.observationId][cfg.EVENTS]:
return
Expand Down
2 changes: 1 addition & 1 deletion boris/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@


__version__ = "8.24"
__version_date__ = "2024-01-29"
__version_date__ = "2024-02-05"

0 comments on commit 90698e7

Please sign in to comment.