Remove erroneous log

This commit is contained in:
Greg Johnston 2023-01-07 08:32:39 -05:00
parent e12c2d9769
commit 1fe526c99c
1 changed files with 0 additions and 4 deletions

View File

@ -80,10 +80,6 @@ pub(crate) struct MetaTagsContext {
impl MetaTagsContext {
#[cfg(feature = "ssr")]
pub fn as_string(&self) -> String {
println!(
"\n\nrendering {} elements to strings\n\n",
self.els.borrow().len()
);
self.els
.borrow()
.iter()