diff options
Diffstat (limited to 'features/hud')
-rw-r--r-- | features/hud/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/features/hud/index.js b/features/hud/index.js index de37a64..9f83449 100644 --- a/features/hud/index.js +++ b/features/hud/index.js @@ -595,7 +595,6 @@ class Hud extends Feature { apiLoad(data, dataType, isSoopyServer, isLatest){ if(dataType === "skyblock" && !isSoopyServer){ - console.log(this.constructor.name) this.statApiLoadThingo(data) } if(!isSoopyServer || !isLatest) return |