Skip to content

Commit aab1e19

Browse files
authored
Merge pull request #191 from actapia/master
Remove print in random_shifts
2 parents 42d2553 + 6dcd3ef commit aab1e19

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)