Skip to content

Commit 508c5a3

Browse files
committed
remove commented lines
1 parent 89acef8 commit 508c5a3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

velociraptor/autoplotter/objects.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -755,10 +755,6 @@ def get_quantity_from_catalogue_with_mask(
755755
# We give each dataset a custom name, that gets ruined when masking
756756
# in versions of unyt less than 2.6.0
757757
name = x.name
758-
759-
# temporary masked array to apply global mask
760-
# in concert with plot-specific masks
761-
# x_mask = self.global_mask
762758

763759
if self.structure_mask is not None:
764760
# if structure_mask already set, mask and return

0 commit comments

Comments
 (0)