uri: turn off parser tracing
This commit is contained in:
parent
e14b17c0bd
commit
4764015f9b
@ -28,7 +28,7 @@
|
||||
%%{
|
||||
machine uri;
|
||||
|
||||
action trace { std::cerr << *p; }
|
||||
action trace { if (0) std::cerr << *p; }
|
||||
action success {__success = true; }
|
||||
action failure {__success = false; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user