removed debug code (woops sorry)

This commit is contained in:
Emi Simpson 2019-12-06 10:52:20 -05:00
parent de383c94b1
commit 8646af6e9f
No known key found for this signature in database
GPG Key ID: 68FAB2E2E6DFC98B
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ pub fn walk_and_embed_assets(
let mut tendril = contents.borrow_mut();
let replacement = resolve_css_imports(
cache,
dbg!(tendril.as_ref()),
tendril.as_ref(),
false,
&url,
opt_user_agent,