Skip to content
Snippets Groups Projects
Commit 0fee3ec3 authored by Andrea Zoli's avatar Andrea Zoli
Browse files

Avoid prints on loading, leave the debug prints to the application.

parent 827749ef
No related branches found
No related tags found
No related merge requests found
...@@ -36,9 +36,9 @@ PacketStream::PacketStream(string fileNameConfig) ...@@ -36,9 +36,9 @@ PacketStream::PacketStream(string fileNameConfig)
memset(packetType, 0, sizeof(Packet*)*255); memset(packetType, 0, sizeof(Packet*)*255);
pathFileNameConfig = 0; pathFileNameConfig = 0;
dimHeader = 0; dimHeader = 0;
std::cout << "Loading config file " << filenameConfig << " ..." << std::endl; // std::cout << "Loading config file " << filenameConfig << " ..." << std::endl;
createStreamStructure(); createStreamStructure();
std::cout << "Load complete." << std::endl; // std::cout << "Load complete." << std::endl;
} }
PacketStream::PacketStream() PacketStream::PacketStream()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment