mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 09:32:53 -06:00
remove the trace message
This commit is contained in:
@@ -30,7 +30,6 @@ importGrammar pgf0 opts _
|
|||||||
return (Just fname)
|
return (Just fname)
|
||||||
else do return Nothing
|
else do return Nothing
|
||||||
pgf <- newNGF name mb_ngf_file
|
pgf <- newNGF name mb_ngf_file
|
||||||
putStrLn (abstractName pgf)
|
|
||||||
return (Just pgf)
|
return (Just pgf)
|
||||||
importGrammar pgf0 _ [] = return pgf0
|
importGrammar pgf0 _ [] = return pgf0
|
||||||
importGrammar pgf0 opts fs
|
importGrammar pgf0 opts fs
|
||||||
|
|||||||
Reference in New Issue
Block a user