summaryrefslogtreecommitdiff
path: root/ymir
diff options
context:
space:
mode:
Diffstat (limited to 'ymir')
-rw-r--r--ymir/mlmmj-expose.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/ymir/mlmmj-expose.hs b/ymir/mlmmj-expose.hs
index 3d19035c..b6309825 100644
--- a/ymir/mlmmj-expose.hs
+++ b/ymir/mlmmj-expose.hs
@@ -161,7 +161,6 @@ main = do
161 , rInputType = WordInput 161 , rInputType = WordInput
162 , rCaseSensitive = True 162 , rCaseSensitive = True
163 } 163 }
164 hPutStrLn stderr . show $ map replaceGroup identities
165 164
166 LBS.putStr . encodePretty . FoxReplace . Set.fromList $ map replaceGroup identities 165 LBS.putStr . encodePretty . FoxReplace . Set.fromList $ map replaceGroup identities
167 putChar '\n' 166 putChar '\n'