diff --git a/TextEditor.cpp b/TextEditor.cpp index 8d16d619..79b21dcd 100644 --- a/TextEditor.cpp +++ b/TextEditor.cpp @@ -1122,7 +1122,7 @@ void TextEditor::Render() if (local.x >= mTextStart) { auto pos = ScreenPosToCoordinates(mpos); - printf("Coord(%d, %d)\n", pos.mLine, pos.mColumn); + //printf("Coord(%d, %d)\n", pos.mLine, pos.mColumn); auto id = GetWordAt(pos); if (!id.empty()) {