mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 00:02:54 +08: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