fix: remove unintentionally added print in test code (#20391)

accidentally added in https://github.com/coder/coder/pull/19786

Signed-off-by: Callum Styan <callumstyan@gmail.com>
This commit is contained in:
Callum Styan
2025-10-20 18:51:15 -07:00
committed by GitHub
parent 6a3bf6ff53
commit 5a18cf4c86
@@ -291,7 +291,6 @@ func TestWorkspaceLatestBuildTotals(t *testing.T) {
}
for _, metric := range m.Metric {
fmt.Printf("metric: %+v\n", metric)
count, ok := tc.Status[codersdk.ProvisionerJobStatus(metric.Label[0].GetValue())]
if metric.Gauge.GetValue() == 0 {
continue