Removed stray debugging message.

This commit is contained in:
Ward Fisher 2014-02-03 14:42:56 -07:00
parent de05ed9c11
commit c1407c3239

View File

@ -1763,7 +1763,7 @@ ncio_px_pad_length(ncio *nciop, off_t length)
{
int status = ENOERR;
printf("\nncio_px_pad_length entered.\n");
if(nciop == NULL)
return EINVAL;