removed newline that comes with debug info

This commit is contained in:
csoler 2017-08-03 20:09:48 +02:00
parent 7ad0ec1a5c
commit 84b32f060e

View File

@ -126,8 +126,10 @@ bool RsGxsMessageCleanUp::clean()
std::cerr << " Scheduling for removal." << std::endl;
#endif
}
#ifdef DEBUG_GXSUTIL
else
std::cerr << std::endl;
#endif
delete meta;
}