1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 05:01:22 +08:00

Remove unnecessary comment.

This commit is contained in:
Huo Yaoyuan
2019-12-11 16:24:22 +08:00
Unverified
parent b86a3dbfab
commit cffeceb229
-1
View File
@@ -82,7 +82,6 @@ namespace osu.Game.Beatmaps
/// <returns>The absolute path of the output file.</returns>
public string Save()
{
// copied from osu.Framework.IO.File.FileSafety.GetTempPath
string directory = Path.Combine(Path.GetTempPath(), @"osu!");
Directory.CreateDirectory(directory);