mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-19 17:59:32 -06:00
remove left out debug message
This commit is contained in:
@@ -72,7 +72,7 @@ readGrammar mb_pgf path =
|
||||
".pgf" -> readPGF path
|
||||
".ngf" -> case mb_pgf of
|
||||
Nothing -> readNGF path
|
||||
Just gr -> putStrLn "CHECKOUT!!!" >> checkoutPGF gr
|
||||
Just gr -> checkoutPGF gr
|
||||
_ -> error "Extension must be .pgf or .ngf"
|
||||
|
||||
newCache' rd = do c <- newCache rd
|
||||
|
||||
Reference in New Issue
Block a user