logging stuff

This commit is contained in:
jomo 2014-11-22 18:04:45 +01:00
parent df3f008188
commit 42dae4582b

View File

@ -27,7 +27,7 @@ function store_images(uuid, details, callback) {
// Username handling
if (uuid.length <= 16) {
skinurl = "https://skins.minecraft.net/MinecraftSkins/" + uuid + ".png";
console.log('is username');
console.log(uuid + " is a username");
} else {
skinurl = skin_url(profile);
}