removed debug code (woops sorry)
This commit is contained in:
parent
de383c94b1
commit
8646af6e9f
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue