Skip to content

Commit 1f6d7d7

Browse files
author
Samuel Gélineau
committed
remove leftover debug code
1 parent 143091e commit 1f6d7d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

servant-docs/src/Servant/Docs/Internal.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
#include "overlapping-compat.h"
2121
module Servant.Docs.Internal where
2222

23-
import Debug.Trace
2423
import Prelude ()
2524
import Prelude.Compat
2625

@@ -118,7 +117,7 @@ instance Semigroup API where
118117

119118
instance Monoid API where
120119
API a1 b1 `mappend` API a2 b2 = API (a1 `mappend` a2)
121-
(HM.unionWith combineAction b1 (traceShowId b2))
120+
(HM.unionWith combineAction b1 b2)
122121
mempty = API mempty mempty
123122

124123
-- | An empty 'API'

0 commit comments

Comments
 (0)