Commit a7756bd6 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

remove debug output from tnlSystemInfo

parent 6cb545dd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -130,7 +130,6 @@ tnlSystemInfo::getNumberOfThreads( int cpu_id ) const
tnlString
tnlSystemInfo::getCPUModelName( int cpu_id ) const
{
   cout << "model name = " << CPUModelName << endl;
   return CPUModelName;
}