1
0
mirror of https://github.com/prometheus/docs.git synced 2026-02-05 06:45:01 +01:00

Remove unused log statement

Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
Julius Volz
2025-05-26 15:54:22 +02:00
parent 38b82f8c66
commit 9825887380

View File

@@ -47,7 +47,6 @@ export default function DownloadsSelector() {
]}
value={os}
onChange={(value) => {
console.log(value);
setOs(value || "all");
}}
/>