Skip to content

Commit 6dcd3ef

Browse files
committed
Remove print in random_shifts.
1 parent 42d2553 commit 6dcd3ef

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

adjustText/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ def random_shifts(coords, only_move="xy"):
277277
shifts[1] = np.abs(shifts[1])
278278
elif "y-" in only_move:
279279
shifts[1] = -np.abs(shifts[1])
280-
print(idx, shifts)
281280
coords[idx] += np.asarray([shifts[0], shifts[0], shifts[1], shifts[1]])
282281
return coords
283282

0 commit comments

Comments
 (0)