From 740b5ebc808841d372a109c2a0ce2a3e01c56f4f Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Thu, 13 Apr 2017 11:29:09 +0200 Subject: [PATCH] Removed print statements from unit test --- tests/TestArrange.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/TestArrange.py b/tests/TestArrange.py index d69747383d..f3612c1ac7 100755 --- a/tests/TestArrange.py +++ b/tests/TestArrange.py @@ -100,16 +100,10 @@ def test_smoke_place_objects(): ar = Arrange(20, 20, 10, 10) ar.centerFirst() shape_arr = gimmeShapeArray() - print(shape_arr) - now = time.time() for i in range(5): best_spot_x, best_spot_y, score, prio = ar.bestSpot(shape_arr) - print(best_spot_x, best_spot_y, score) ar.place(best_spot_x, best_spot_y, shape_arr) - print(ar._occupied) - - print(time.time() - now) ## Polygon -> array