From b7820a4739018ef0ca06a55324255ce9fe0c83a8 Mon Sep 17 00:00:00 2001 From: Melanie Kat <318003+ZicklePop@users.noreply.github.com> Date: Wed, 17 Dec 2025 18:03:12 -0800 Subject: [PATCH] cleanup --- .forgejo/workflows/update.yml | 2 +- index.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.forgejo/workflows/update.yml b/.forgejo/workflows/update.yml index b53f509..71bc65e 100644 --- a/.forgejo/workflows/update.yml +++ b/.forgejo/workflows/update.yml @@ -10,7 +10,7 @@ on: jobs: build: - runs-on: docker # ubuntu-latest + runs-on: docker steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 diff --git a/index.js b/index.js index 652a264..163d171 100644 --- a/index.js +++ b/index.js @@ -32,7 +32,6 @@ export default async function now() { await Promise.all( items.map(async ({ id, regex, getLatest }) => { - console.log("getLatest", getLatest); const latest = await getLatest(); console.log(`${id}: ${latest}`); if (latest) {