Skip to content

Commit

Permalink
Removed debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
abdolence committed Aug 22, 2024
1 parent fff730e commit f0a02ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ impl FromStr for DlpRequestLimit {
let max_ops_in_units = number
.parse::<usize>()
.map_err(|e| format!("Failed to parse number in DlpRequestLimit: {}", e))?;
println!("max_ops_in_units: {}", max_ops_in_units);
match unit {
"rps" => Ok(DlpRequestLimit::new(
max_ops_in_units,
Expand Down

0 comments on commit f0a02ec

Please sign in to comment.