Skip to content

Commit

Permalink
remove crap
Browse files Browse the repository at this point in the history
  • Loading branch information
santiago committed Oct 9, 2022
1 parent 444bf52 commit ccf6cef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions TextEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2188,8 +2188,6 @@ void TextEditor::Delete(bool aWordMode)
Coordinates start = GetActualCursorCoordinates(c);
Coordinates end = start;
end.mColumn++;
if (GetText(start, end).compare("\n") == 0)
std::cout << "asdf\n";
u.mRemoved.push_back({ GetText(start, end), start, end });

auto d = UTF8CharLength(line[cindex].mChar);
Expand Down

0 comments on commit ccf6cef

Please sign in to comment.