We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42d2553 commit 6dcd3efCopy full SHA for 6dcd3ef
1 file changed
adjustText/__init__.py
@@ -277,7 +277,6 @@ def random_shifts(coords, only_move="xy"):
277
shifts[1] = np.abs(shifts[1])
278
elif "y-" in only_move:
279
shifts[1] = -np.abs(shifts[1])
280
- print(idx, shifts)
281
coords[idx] += np.asarray([shifts[0], shifts[0], shifts[1], shifts[1]])
282
return coords
283
0 commit comments