Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
xLuxy committed Oct 25, 2023
1 parent 8b8192a commit 303f257
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion bin/altv-pkg.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 303f257

Please sign in to comment.