From e9112f40dd90d800c46adf88c7ad58653276bb5b Mon Sep 17 00:00:00 2001 From: Karoy Lorentey Date: Tue, 23 Apr 2024 15:53:40 -0700 Subject: [PATCH] =?UTF-8?q?[test]=20TreeDictionary.Keys:=20Remove=20stray?= =?UTF-8?q?=20print=20that=E2=80=99s=20flooding=20test=20output?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tests/HashTreeCollectionsTests/TreeDictionary.Keys Tests.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/HashTreeCollectionsTests/TreeDictionary.Keys Tests.swift b/Tests/HashTreeCollectionsTests/TreeDictionary.Keys Tests.swift index 71903642f..e0ec455ef 100644 --- a/Tests/HashTreeCollectionsTests/TreeDictionary.Keys Tests.swift +++ b/Tests/HashTreeCollectionsTests/TreeDictionary.Keys Tests.swift @@ -119,7 +119,6 @@ class TreeDictionaryKeysTests: CollectionTestCase { expectEqualSets(y.keys, v) let reference = u == v - print(reference) expectEqual(x.keys == y.keys, reference) }