Skip to content

Commit 1bb1a32

Browse files
authored
Update index.js
1 parent ec26bd8 commit 1bb1a32

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ function request(path, trufalse, extraquere){
2626
extra = "?key=" + key
2727
}
2828
}
29-
30-
console.log(`https://api.hypixel.net${path}${extra}`)
3129
https.get(`https://api.hypixel.net${path}${extra}`).then(res => {
3230
if(res.data){
3331
resp = res.data
@@ -164,4 +162,4 @@ module.exports.skyblock = {
164162

165163
module.exports = {
166164
status, resources, recentGames, playerCount, player, leaderboards, keyInfo, guild, gameCounts, friends, findGuild, boosters, setKey, getWatchdogStats
167-
}
165+
}

0 commit comments

Comments
 (0)