diff options
Diffstat (limited to 'plugins/NewStory/src/history_array.cpp')
-rw-r--r-- | plugins/NewStory/src/history_array.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/NewStory/src/history_array.cpp b/plugins/NewStory/src/history_array.cpp index 6a88558640..83b839f0e6 100644 --- a/plugins/NewStory/src/history_array.cpp +++ b/plugins/NewStory/src/history_array.cpp @@ -220,7 +220,6 @@ int ItemData::calcHeight(int top, int width, POINT *pPos) if (savedHeight == -1) {
m_doc->render(sz.cx);
savedHeight = m_doc->height() + 5;
- Netlib_Logf(0, "Event %d rendered to %d with width %d", dbe.getEvent(), savedHeight, sz.cx);
}
if (pPos)
|