diff options
Diffstat (limited to 'src/Wav.cpp')
| -rwxr-xr-x | src/Wav.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Wav.cpp b/src/Wav.cpp index 0ba3fe8..20776d5 100755 --- a/src/Wav.cpp +++ b/src/Wav.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2005-2009, John Hurst +Copyright (c) 2005-2015, John Hurst All rights reserved. Redistribution and use in source and binary forms, with or without @@ -408,7 +408,7 @@ ASDCP::RF64::SimpleRF64Header::WriteToFile(Kumu::FileWriter& OutFile) const ui32_t write_count = 0; ui64_t RIFF_len = data_len + SimpleWavHeaderLength - 8; - DefaultLogSink().Debug("RIFF_len is %llu.\n", RIFF_len); + // DefaultLogSink().Debug("RIFF_len is %llu.\n", RIFF_len); byte_t* tmp_header = NULL; ui32_t header_len = 0; |
