From cf87f55fa0c63da39257bbfd8fa665063a341c9c Mon Sep 17 00:00:00 2001 From: krangelov Date: Fri, 24 Dec 2021 12:41:02 +0100 Subject: [PATCH] remove the trace message --- src/compiler/GF/Command/Importing.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compiler/GF/Command/Importing.hs b/src/compiler/GF/Command/Importing.hs index dd37eb534..b48e012f1 100644 --- a/src/compiler/GF/Command/Importing.hs +++ b/src/compiler/GF/Command/Importing.hs @@ -30,7 +30,6 @@ importGrammar pgf0 opts _ return (Just fname) else do return Nothing pgf <- newNGF name mb_ngf_file - putStrLn (abstractName pgf) return (Just pgf) importGrammar pgf0 _ [] = return pgf0 importGrammar pgf0 opts fs