mirror of
https://github.com/ow-mods/ow-mod-db.git
synced 2025-12-11 20:15:24 +01:00
remove long-ass logs
This commit is contained in:
parent
050c8db76e
commit
a813aeb0b3
@ -31,8 +31,6 @@ export async function fetchMods(
|
||||
const modInfos = modDb.mods;
|
||||
const octokit = getOctokit();
|
||||
|
||||
console.log("modsJson", modsJson);
|
||||
|
||||
return (
|
||||
await Promise.allSettled(
|
||||
modInfos.map(async (modInfo) => {
|
||||
|
||||
@ -91,8 +91,6 @@ async function run() {
|
||||
await fsp.readFile(core.getInput(Input.previousDatabaseFile))
|
||||
).toString();
|
||||
|
||||
console.log("previousDatabaseJson", previousDatabaseJson);
|
||||
|
||||
const previousDatabaseOutput: DatabaseOutput =
|
||||
JSON.parse(previousDatabaseJson);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user