8000 Remove profiling code · matplotlib/matplotlib@dd5926c · GitHub
[go: up one dir, main page]

Skip to content

Commit dd5926c

Browse files
Remove profiling code
1 parent d9dacb1 commit dd5926c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/mpl_toolkits/mplot3d/art3d.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -580,9 +580,6 @@ def set_sort_zpos(self,val):
580580
self._sort_zpos = val
581581
self.stale = True
582582

583-
from profilehooks import profile
584-
585-
#@profile
586583
def do_3d_projection(self, renderer):
587584
'''
588585
Perform the 3D projection for this object.

0 commit comments

Comments
 (0)
0