#74: Some cleanup

This commit is contained in:
kdeng00
2024-06-19 15:38:32 -04:00
parent c6257da717
commit ef96003f46
21 changed files with 36 additions and 132 deletions
@@ -42,7 +42,6 @@ public class SongCompressedDataController : BaseController
var context = new SongContext(_connectionString);
SongCompression cmp = new SongCompression(_archiveDir);
Console.WriteLine($"Archive directory root: {_archiveDir}");