From 9c8a5484e1eb543cb0fb07f6f3c22e3fcc6f7582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Moya?= Date: Thu, 16 May 2024 13:24:17 +0200 Subject: [PATCH] :fire: Remove traces --- .../test/common_tests/logic/comp_remove_swap_slots_test.cljc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/common/test/common_tests/logic/comp_remove_swap_slots_test.cljc b/common/test/common_tests/logic/comp_remove_swap_slots_test.cljc index 9ac926c1f..5077b6fde 100644 --- a/common/test/common_tests/logic/comp_remove_swap_slots_test.cljc +++ b/common/test/common_tests/logic/comp_remove_swap_slots_test.cljc @@ -521,10 +521,6 @@ ;; blue1 has swap-id before move (t/is (some? (ctk/get-swap-slot blue1))) - (thf/dump-file file :keys [:name :swap-slot-label] :show-refs? false) - (prn "-------------------") - (thf/dump-file file'' :keys [:name :swap-slot-label] :show-refs? false) - ;;blue1 still has swap-id after move (t/is (some? blue1'')) (t/is (some? (ctk/get-swap-slot blue1'')))))