mirror of https://github.com/AxioDL/amuse.git
Remove debug print
This commit is contained in:
parent
b40b2c031a
commit
af68ee61e1
|
@ -540,7 +540,6 @@ static std::vector<std::pair<SystemString, IntrusiveAudioGroupData>> LoadMP2(FIL
|
|||
FILE* old_fp = fp;
|
||||
if (compressed)
|
||||
{
|
||||
fprintf(stderr, "Decompressing...\n");
|
||||
uint32_t decompSz;
|
||||
fread(&decompSz, 1, 4, fp);
|
||||
decompSz = SBig(decompSz);
|
||||
|
|
Loading…
Reference in New Issue