diff options
Diffstat (limited to 'build/mojang.js')
-rw-r--r-- | build/mojang.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/mojang.js b/build/mojang.js index e5b6ee6..3ad8d5e 100644 --- a/build/mojang.js +++ b/build/mojang.js @@ -88,7 +88,6 @@ async function profileFromUsernameAlternative(username) { catch { return { uuid: null, username: null }; } - console.log('aight ashcon returned', data); return { uuid: util_1.undashUuid(data.uuid), username: data.username |