Skip to content

Commit 8c33d1c

Browse files
committed
suppress console output when loading SFF files
solves #15
1 parent 73d507f commit 8c33d1c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Spectrogram/SFF.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ public void Load(string filePath)
7676
// read file version
7777
byte versionMajor = bytes[40];
7878
byte versionMinor = bytes[41];
79-
Console.WriteLine($"SFF version {versionMajor}.{versionMinor}");
8079

8180
// read time information
8281
SampleRate = BitConverter.ToInt32(bytes, 42);

0 commit comments

Comments
 (0)