diff --git a/components/ai_chat/renderer/page_text_distilling.cc b/components/ai_chat/renderer/page_text_distilling.cc index 8ed51a2400aa..42d39e11a3d0 100644 --- a/components/ai_chat/renderer/page_text_distilling.cc +++ b/components/ai_chat/renderer/page_text_distilling.cc @@ -155,7 +155,6 @@ void DistillPageText( LoadSiteScriptForHost(host); if (site_script.has_value()) { - VLOG(1) << "Using site script for host: " << host; int32_t world_id = site_script->second ? global_world_id : isolated_world_id; DistillPageTextViaSiteScript(render_frame, site_script->first, world_id,