Skip to content

Commit

Permalink
* mcc/Methods.c: removed debug statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
tboeckel committed Apr 21, 2022
1 parent 0bdf568 commit ceef9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcc/Methods.c
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ IPTR mTestPos(struct InstData *data, struct MUIP_TextEditor_TestPos *msg)
if(line != NULL)
idx += data->CPos_X;

kprintf("found line %08lx cposx %ld %ld\n", line, data->CPos_X, line->line.Length-1);
//kprintf("found line %08lx cposx %ld %ld\n", line, data->CPos_X, line->line.Length-1);

*msg->index = idx;
*msg->cursorx = data->CPos_X;
Expand Down

0 comments on commit ceef9b7

Please sign in to comment.