mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
remove the trace message
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user