From 1bce142d78e254a8e2791e745cd4872f9a9ce509 Mon Sep 17 00:00:00 2001 From: Aart Date: Mon, 31 Aug 2020 21:14:22 +0200 Subject: [PATCH] Removed annoying printf statement --- TextEditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) {