Procházet zdrojové kódy

[clsi] tests: remove verbose after hook for printing metrics (#34532)

This was useful when iterating on the pdf-caching feature.
PDF caching has been stable for years. We can remove the logging now.

GitOrigin-RevId: 826c91c1e45d3dae1bb3ce5aeb7b6a3f9283392c
Jakob Ackermann před 2 měsíci
rodič
revize
9743c7006e
1 změnil soubory, kde provedl 0 přidání a 8 odebrání
  1. 0 8
      services/clsi/test/acceptance/js/Stats.js

+ 0 - 8
services/clsi/test/acceptance/js/Stats.js

@@ -1,8 +0,0 @@
-import { fetchString } from '@overleaf/fetch-utils'
-import Settings from '@overleaf/settings'
-after(async function () {
-  const metrics = await fetchString(`${Settings.apis.clsi.url}/metrics`)
-  console.error('-- metrics --')
-  console.error(metrics)
-  console.error('-- metrics --')
-})