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'')))))