diff options
Diffstat (limited to 'components/metrics')
-rw-r--r-- | components/metrics/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/metrics/lib.rs b/components/metrics/lib.rs index 1165c8f45ca..ad6ef52e3ca 100644 --- a/components/metrics/lib.rs +++ b/components/metrics/lib.rs @@ -81,8 +81,6 @@ fn set_metric<U: ProgressiveWebMetric>( &pwm.get_time_profiler_chan(), time, time, - 0, - 0, ); // Print the metric to console if the print-pwm option was given. |