[FIX] getContextWith
[gargantext.git] / src / Gargantext / Core / Viz / Phylo / Legacy / LegacyAPI.hs
index 76189ef6614e9d20960440fb8c66c2d3adfe0ac4..47ec102c77f5b1ed5fec4eee4a06d64bb09a4172 100644 (file)
@@ -66,8 +66,8 @@ instance Show SVG where
 instance Accept SVG where
    contentType _ = "SVG" // "image/svg+xml" /: ("charset", "utf-8")
 
-instance Show a => MimeRender PlainText a where
-   mimeRender _ val = cs ("" <> show val)
+--instance Show a => MimeRender PlainText a where
+--   mimeRender _ val = cs ("" <> show val)
 
 instance MimeRender SVG SVG where
    mimeRender _ (SVG s) = DBL.fromStrict s