diff options
author | George Hazan <george.hazan@gmail.com> | 2023-10-30 15:31:47 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-10-30 15:31:47 +0300 |
commit | 65b9ab1e58cf41eebcb5940f9f3e50adc78edaae (patch) | |
tree | e924571d59fffebcbea6dd0d200da6b2983819df /plugins | |
parent | ee2337c6bc391d0ab1d58123899920c6df0d2ef0 (diff) |
we don't need so much logs
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/NewStory/src/templates.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |