mirror of
https://github.com/ppy/osu
synced 2024-12-15 03:16:17 +00:00
Remove left-over debug logging
This commit is contained in:
parent
5818ed4c8c
commit
19223ba013
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user