Remove left-over debug logging

This commit is contained in:
Dean Herbert 2021-05-13 16:42:13 +09:00
parent 5818ed4c8c
commit 19223ba013

View File

@ -194,9 +194,6 @@ namespace osu.Game.Skinning
ReplaceFile(skin.SkinInfo, oldFile, streamContent, oldFile.Filename);
else
AddFile(skin.SkinInfo, streamContent, filename);
Logger.Log($"Saving out {filename} with {json.Length} bytes");
Logger.Log(json);
}
}
}