Remove left over debug print in proc_macro

This commit is contained in:
Gvidas Juknevičius 2025-09-15 21:51:18 +03:00
parent be72fa7bc3
commit c2a7a01a7d
Signed by: MCorange
GPG Key ID: 5BE6B533CB76FE86

View File

@ -103,7 +103,7 @@ pub fn derive_table_meta(input: TokenStream) -> TokenStream {
}
};
eprintln!("{}", output.to_string());
// eprintln!("{}", output.to_string());
output.into()
}