mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Remove debugging output
This commit is contained in:
@@ -272,7 +272,6 @@ namespace SabreTools
|
||||
newrom.Game = Path.GetDirectoryName(filename) + Path.DirectorySeparatorChar.ToString() +
|
||||
Path.GetFileNameWithoutExtension(filename) + Path.DirectorySeparatorChar + newrom.Game;
|
||||
newroms.Add(newrom);
|
||||
Console.WriteLine(newrom.Game);
|
||||
}
|
||||
userData.Roms[key] = newroms;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user