From 65b9ab1e58cf41eebcb5940f9f3e50adc78edaae Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 30 Oct 2023 15:31:47 +0300 Subject: we don't need so much logs --- plugins/NewStory/src/templates.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/NewStory/src/templates.cpp b/plugins/NewStory/src/templates.cpp index 8d2e1bd242..b6ab2d727f 100644 --- a/plugins/NewStory/src/templates.cpp +++ b/plugins/NewStory/src/templates.cpp @@ -112,7 +112,7 @@ CMStringA ItemData::formatRtf() AppendUnicodeToBuffer(buf, formatString()); buf.Append("}"); - Netlib_Logf(0, buf); + // Netlib_Logf(0, buf); return buf; } -- cgit v1.2.3