Remove a forgotten println (#3767)
This commit is contained in:
parent
390b2496fe
commit
5f1b55f7d2
1 changed files with 0 additions and 2 deletions
|
@ -114,8 +114,6 @@ macro_rules! enter_object_recursion {
|
||||||
#[macro_export]
|
#[macro_export]
|
||||||
macro_rules! enter_query_recursion {
|
macro_rules! enter_query_recursion {
|
||||||
($name:ident = $this:expr => { $($t:tt)* }) => {{
|
($name:ident = $this:expr => { $($t:tt)* }) => {{
|
||||||
|
|
||||||
println!("{} = {}",$this.query_recursion, std::backtrace::Backtrace::force_capture());
|
|
||||||
if $this.query_recursion == 0 {
|
if $this.query_recursion == 0 {
|
||||||
return Err($crate::syn::v2::parser::ParseError::new(
|
return Err($crate::syn::v2::parser::ParseError::new(
|
||||||
$crate::syn::v2::parser::ParseErrorKind::ExceededQueryDepthLimit,
|
$crate::syn::v2::parser::ParseErrorKind::ExceededQueryDepthLimit,
|
||||||
|
|
Loading…
Reference in a new issue