Comment out a debug printf

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16760 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-08-25 04:19:45 +00:00
parent 7a5d2dc7e2
commit e4f0b986b9
2 changed files with 38 additions and 38 deletions

View File

@@ -1077,7 +1077,7 @@ bool Editor::WrapLines() {
else
goodTopLine += cs.GetHeight(lineDocTop);
double durWrap = et.Duration(true);
Platform::DebugPrintf("Wrap:%9.6g \n", durWrap);
//Platform::DebugPrintf("Wrap:%9.6g \n", durWrap);
}
}
if (wrapOccurred) {

View File

@@ -1077,7 +1077,7 @@ bool Editor::WrapLines() {
else
goodTopLine += cs.GetHeight(lineDocTop);
double durWrap = et.Duration(true);
Platform::DebugPrintf("Wrap:%9.6g \n", durWrap);
//Platform::DebugPrintf("Wrap:%9.6g \n", durWrap);
}
}
if (wrapOccurred) {