diff options
Diffstat (limited to 'plugins/NewStory/src/templates.cpp')
-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 fbcde80cb1..4172521496 100644 --- a/plugins/NewStory/src/templates.cpp +++ b/plugins/NewStory/src/templates.cpp @@ -250,7 +250,7 @@ CMStringW ItemData::formatHtml(const wchar_t *pwszStr) str.Append(L"</body></html>");
- Netlib_LogfW(0, str);
+ // Netlib_LogfW(0, str);
return str;
}
|