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() +
|
newrom.Game = Path.GetDirectoryName(filename) + Path.DirectorySeparatorChar.ToString() +
|
||||||
Path.GetFileNameWithoutExtension(filename) + Path.DirectorySeparatorChar + newrom.Game;
|
Path.GetFileNameWithoutExtension(filename) + Path.DirectorySeparatorChar + newrom.Game;
|
||||||
newroms.Add(newrom);
|
newroms.Add(newrom);
|
||||||
Console.WriteLine(newrom.Game);
|
|
||||||
}
|
}
|
||||||
userData.Roms[key] = newroms;
|
userData.Roms[key] = newroms;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user