-def find(lines, size, l1, l2, bounds, hough, show_all, do_something):
- l1 = line_from_angl_dist(l1, size)
- l2 = line_from_angl_dist(l2, size)
+def find(lines, size, l1, l2, bounds, hough, show_all, do_something, logger):
+ logger("finding the grid")
+