Skip to content

Commit

Permalink
Removed extra log
Browse files Browse the repository at this point in the history
  • Loading branch information
kala13x committed Nov 18, 2024
1 parent da8d536 commit d287d41
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/data/array.c
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,6 @@ size_t XArray_Realloc(xarray_t *pArr)
return 0;
}

printf("Reallocating array from %lu to %lu\n", pArr->nSize, nSize);

if (pArr->pData != NULL && pArr->nUsed)
{
size_t nCopySize = sizeof(xarray_data_t*) * pArr->nUsed;
Expand Down

0 comments on commit d287d41

Please sign in to comment.