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",