Skip to content

Commit e8741b9

Browse files
namespace routes helpers
1 parent 3808fd3 commit e8741b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/common/src/integrations/prebid.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ impl PrebidIntegration {
135135
message: "Failed to parse tsjs auction request".to_string(),
136136
},
137137
)?;
138-
139138
log::info!("/third-party/ad: received {} adUnits", body.ad_units.len());
140139
for unit in &body.ad_units {
141140
if let Some(mt) = &unit.media_types {

0 commit comments

Comments
 (0)