--- OniSplit/Sound/SoundData.cs 2021/05/03 15:26:34 1155 +++ OniSplit/Sound/SoundData.cs 2021/05/08 01:44:24 1156 @@ -157,9 +157,6 @@ namespace Oni.Sound sound.SampleCount = wholeBlocks * sound.SamplesPerBlock + leftoverSamples; } } -// Console.WriteLine("Sample count:"); -// Console.WriteLine(sound.SampleCount); - return sound; } }