Skip to content

Commit

Permalink
remove bogus sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
ndrewh committed Oct 30, 2024
1 parent 9a4b7a4 commit c539564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyda_core/tool.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ void python_init() {
is_init = true;

DEBUG_PRINTF("python_init\n");
sleep(5);
/* sleep(5); */
wchar_t *program = Py_DecodeLocale("program_name", NULL);
if (program == NULL) {
DEBUG_PRINTF("Fatal error: cannot decode argv[0]\n");
Expand Down

0 comments on commit c539564

Please sign in to comment.