Skip to content

Commit

Permalink
removed
Browse files Browse the repository at this point in the history
  • Loading branch information
oconnor663 committed Feb 1, 2024
1 parent ecbcd62 commit 0f06d7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion c_impl/blake3module.c
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ static PyObject *Blake3_update_mmap(Blake3Object *self, PyObject *args,
PyErr_SetFromErrno(PyExc_OSError);
goto exit;
}
return NULL;

// success
printf("JACK 8\n");
Expand Down

0 comments on commit 0f06d7f

Please sign in to comment.