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:
@@ -1077,7 +1077,7 @@ bool Editor::WrapLines() {
|
|||||||
else
|
else
|
||||||
goodTopLine += cs.GetHeight(lineDocTop);
|
goodTopLine += cs.GetHeight(lineDocTop);
|
||||||
double durWrap = et.Duration(true);
|
double durWrap = et.Duration(true);
|
||||||
Platform::DebugPrintf("Wrap:%9.6g \n", durWrap);
|
//Platform::DebugPrintf("Wrap:%9.6g \n", durWrap);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (wrapOccurred) {
|
if (wrapOccurred) {
|
||||||
|
@@ -1077,7 +1077,7 @@ bool Editor::WrapLines() {
|
|||||||
else
|
else
|
||||||
goodTopLine += cs.GetHeight(lineDocTop);
|
goodTopLine += cs.GetHeight(lineDocTop);
|
||||||
double durWrap = et.Duration(true);
|
double durWrap = et.Duration(true);
|
||||||
Platform::DebugPrintf("Wrap:%9.6g \n", durWrap);
|
//Platform::DebugPrintf("Wrap:%9.6g \n", durWrap);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (wrapOccurred) {
|
if (wrapOccurred) {
|
||||||
|
Reference in New Issue
Block a user