Skip to content

Commit d077d1e

Browse files
author
armand
committed
Removed debug
1 parent 1f3d7bd commit d077d1e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

mprof.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,6 @@ def level_to_saturation(level):
579579
func_num += 1
580580

581581
def mouse_motion_handler(event):
582-
print(FLAME_PLOTTER_VARS['hovered_rect'])
583582
x, y = event.xdata, event.ydata
584583
if x is not None and y is not None:
585584
for coord, (name, text, rect) in rectangles.items():

0 commit comments

Comments
 (0)