Skip to content

Commit

Permalink
Merge pull request #243 from DiamondLightSource/fix_logging_on_import
Browse files Browse the repository at this point in the history
don't log on import
  • Loading branch information
d-perl authored May 15, 2024
2 parents ab62a8b + 7f0dc77 commit 6a7e2a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/nexgen/nxs_utils/scan_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@
from scanspec.core import Path as ScanPath
from scanspec.specs import Line

from .. import log
from .axes import Axis

scan_logger = logging.getLogger("nexgen.ScanUtils")
log.config()

# Some options for grid scans
GridScanOptions = namedtuple("GridScanOptions", ("axes_order", "snaked"))
Expand Down

0 comments on commit 6a7e2a4

Please sign in to comment.