diff --git a/servant-server/test/Servant/Server/Internal/ConfigSpec.hs b/servant-server/test/Servant/Server/Internal/ConfigSpec.hs index 20eb3248..53436e2e 100644 --- a/servant-server/test/Servant/Server/Internal/ConfigSpec.hs +++ b/servant-server/test/Servant/Server/Internal/ConfigSpec.hs @@ -29,7 +29,6 @@ getConfigEntrySpec = describe "getConfigEntry" $ do it "allows to distinguish between different config entries with the same type by tag" $ do let cfg = 'a' .: 'b' .: EmptyConfig :: Config '[ConfigEntry 1 Char, ConfigEntry 2 Char] - print cfg getConfigEntry (Proxy :: Proxy 1) cfg `shouldBe` 'a' context "Show instance" $ do