Skip to content

Commit 6c898ca

Browse files
committed
Delete boilerplate comments
1 parent fef631d commit 6c898ca

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/phoenix_container_example_web/telemetry.ex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ defmodule PhoenixContainerExampleWeb.Telemetry do
1111
@impl true
1212
def init(_arg) do
1313
children = [
14-
# Telemetry poller will execute the given period measurements
15-
# every 10_000ms. Learn more here: https://hexdocs.pm/telemetry_metrics
1614
{:telemetry_poller, measurements: periodic_measurements(), period: 10_000},
1715
# Add reporters as children of your supervision tree.
1816
# {Telemetry.Metrics.ConsoleReporter, metrics: metrics()},

0 commit comments

Comments
 (0)