Skip to content

Commit

Permalink
remove explicit debugging level setting
Browse files Browse the repository at this point in the history
  • Loading branch information
stscieisenhamer committed Dec 3, 2024
1 parent 61e2b8d commit c373181
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions romancal/assign_wcs/pointing.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
from gwcs.geometry import CartesianToSpherical, SphericalToCartesian

log = logging.getLogger(__name__)
log.setLevel(logging.DEBUG)

log.addHandler(logging.NullHandler())

def v23tosky(input_model, wrap_v2_at=180, wrap_lon_at=360):
"""Create the transform from telescope to sky.
Expand Down

0 comments on commit c373181

Please sign in to comment.