Skip to content

Commit

Permalink
refactor: remove unnecessary print statement
Browse files Browse the repository at this point in the history
Signed-off-by: Sietze van Buuren <[email protected]>
  • Loading branch information
swvanbuuren committed Nov 27, 2024
1 parent c0b0543 commit 6ad4643
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mlpyqtgraph/axes.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,6 @@ def update_grid_axes(self, *args, **kwargs):
coords, limits = self.calculate_ax_coord_lims(*args)
self.grid_axes.setData(coords=coords, limits=limits)
projection = kwargs.get('projection', 'perspective')
print(projection)
self.view().setCameraPosition(**self.grid_axes.best_camera(method=projection))

def add_grid_lines(self, *args):
Expand Down

0 comments on commit 6ad4643

Please sign in to comment.