Skip to content

Commit

Permalink
Merge pull request #3569 from neutrinoceros/hotfix_3568
Browse files Browse the repository at this point in the history
BUG: cleanup a broken debug logging message
  • Loading branch information
matthewturk committed Oct 15, 2021
2 parents e387a2d + 5b5d453 commit bc7c44a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions yt/utilities/orientation.py
@@ -1,6 +1,5 @@
import numpy as np

from yt.funcs import mylog
from yt.units.yt_array import YTArray
from yt.utilities.exceptions import YTException

Expand Down Expand Up @@ -62,7 +61,6 @@ def _setup_normalized_vectors(self, normal_vector, north_vector):
normal_vector, north_vector = _validate_unit_vectors(
normal_vector, north_vector
)
mylog.debug("Setting normalized vectors %s %s", normal_vector, north_vector)
# Now we set up our various vectors
normal_vector /= np.sqrt(np.dot(normal_vector, normal_vector))
if north_vector is None:
Expand Down

0 comments on commit bc7c44a

Please sign in to comment.