Skip to content

Commit

Permalink
[tinyPy] Stop producing empty debug messages via consoleEventHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
eumagga0x2a committed Aug 20, 2023
1 parent fb71273 commit 4e3b670
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1339,7 +1339,6 @@ tp_obj tp_print(TP) {
tp_echo(tp,e);
n += 1;
TP_END;
printf("\n");
return tp_None;
}

Expand Down

0 comments on commit 4e3b670

Please sign in to comment.