From 303f2571eccc769d3f8d978d81776ab2ff88fe64 Mon Sep 17 00:00:00 2001 From: xLuxy <67131061+xLuxy@users.noreply.github.com> Date: Wed, 25 Oct 2023 20:08:51 +0200 Subject: [PATCH] Remove debug log --- bin/altv-pkg.js | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/altv-pkg.js b/bin/altv-pkg.js index cc08f89..e597b77 100644 --- a/bin/altv-pkg.js +++ b/bin/altv-pkg.js @@ -255,7 +255,6 @@ async function start() { let promises = []; let anyHashRejected = false; - console.log(filesToUse[file]) for (const url of filesUpdate) { const promise = new Promise((resolve, reject) => { axios.get(url, { responseType: 'json', headers }).then(({ data: { diff --git a/package.json b/package.json index ae1e17d..c5d9f37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "altv-pkg", - "version": "2.6.0", + "version": "2.6.1", "description": "Install alt:V Binaries Quickly", "main": "bin/index.js", "author": "stuyk",