forked from GitHub/gf-core
remove left out debug message
This commit is contained in:
@@ -72,7 +72,7 @@ readGrammar mb_pgf path =
|
|||||||
".pgf" -> readPGF path
|
".pgf" -> readPGF path
|
||||||
".ngf" -> case mb_pgf of
|
".ngf" -> case mb_pgf of
|
||||||
Nothing -> readNGF path
|
Nothing -> readNGF path
|
||||||
Just gr -> putStrLn "CHECKOUT!!!" >> checkoutPGF gr
|
Just gr -> checkoutPGF gr
|
||||||
_ -> error "Extension must be .pgf or .ngf"
|
_ -> error "Extension must be .pgf or .ngf"
|
||||||
|
|
||||||
newCache' rd = do c <- newCache rd
|
newCache' rd = do c <- newCache rd
|
||||||
|
|||||||
Reference in New Issue
Block a user