Skip to content
Prev Previous commit
Next Next commit
Remove profiling code
  • Loading branch information
AlexandreAbraham committed Jun 8, 2016
commit 3d295afbf760f61e443b91001460fa5d61a7c5ef
3 changes: 0 additions & 3 deletions lib/mpl_toolkits/mplot3d/art3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,9 +580,6 @@ def set_sort_zpos(self,val):
self._sort_zpos = val
self.stale = True

from profilehooks import profile

#@profile
def do_3d_projection(self, renderer):
'''
Perform the 3D projection for this object.
Expand Down