Skip to content

Commit

Permalink
remove debugging log
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansampson committed Dec 10, 2024
1 parent 46abf01 commit 4abbee9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/ai_chat/renderer/page_text_distilling.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4abbee9

Please sign in to comment.