Commit dc4e5d6c authored by Pavel Vainerman's avatar Pavel Vainerman

(codegen): убрал лишний вывод

parent 3426e8bd
......@@ -589,12 +589,6 @@ uniset::SimpleInfo* <xsl:value-of select="$CLASSNAME"/>_SK::getInfo( const char*
<xsl:if test="normalize-space($STAT)='1'">
size_t smCount = 0;
for( const auto&amp; s: smStat )
smCount += s.second;
inf &lt;&lt; "smCount=" &lt;&lt; smCount &lt;&lt; endl;
inf &lt;&lt; "statistics: " &lt;&lt; endl
&lt;&lt; " processingMessageCatchCount: " &lt;&lt; processingMessageCatchCount &lt;&lt; endl;
inf &lt;&lt; " Type of messages: " &lt;&lt; endl;
......
......@@ -8,7 +8,7 @@
ВСЕ ВАШИ ИЗМЕНЕНИЯ БУДУТ ПОТЕРЯНЫ.
*/
// --------------------------------------------------------------------------
// generate timestamp: 2017-04-30+03:00
// generate timestamp: 2017-05-03+03:00
// -----------------------------------------------------------------------------
#ifndef UObject_SK_H_
#define UObject_SK_H_
......
......@@ -11,7 +11,7 @@
ВСЕ ВАШИ ИЗМЕНЕНИЯ БУДУТ ПОТЕРЯНЫ.
*/
// --------------------------------------------------------------------------
// generate timestamp: 2017-04-30+03:00
// generate timestamp: 2017-05-03+03:00
// -----------------------------------------------------------------------------
#include <memory>
#include <iomanip>
......@@ -526,12 +526,6 @@ uniset::SimpleInfo* UObject_SK::getInfo( const char* userparam )
size_t smCount = 0;
for( const auto& s: smStat )
smCount += s.second;
inf << "smCount=" << smCount << endl;
inf << "statistics: " << endl
<< " processingMessageCatchCount: " << processingMessageCatchCount << endl;
inf << " Type of messages: " << endl;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment