delete debugging breadcrumb

This commit is contained in:
John Safranek
2015-10-02 15:55:40 -07:00
parent 9fe5401630
commit 0f6f404938

View File

@@ -3042,7 +3042,6 @@ doPart:
} }
} }
else { else {
printf("JOHN: ret = %d\n", ret);
SetError(BAD_APP_DATA_STR, error,session,FATAL_ERROR_STATE); SetError(BAD_APP_DATA_STR, error,session,FATAL_ERROR_STATE);
return -1; return -1;
} }