Skip to content
Snippets Groups Projects
Commit 6cca7da9 authored by Jens Nolte's avatar Jens Nolte
Browse files

Remove trace

parent df6df485
No related branches found
No related tags found
No related merge requests found
...@@ -53,9 +53,6 @@ generateWaylandProcol protocolFile = do ...@@ -53,9 +53,6 @@ generateWaylandProcol protocolFile = do
addDependentFile protocolFile addDependentFile protocolFile
xml <- liftIO (BS.readFile protocolFile) xml <- liftIO (BS.readFile protocolFile)
protocol <- parseProtocol xml protocol <- parseProtocol xml
traceIO $ show $ interfaces protocol
concat <$> mapM interfaceDec protocol.interfaces concat <$> mapM interfaceDec protocol.interfaces
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment