diff --git a/src/post_modules/Nettle/cipher16.H b/src/post_modules/Nettle/cipher16.H index 229b99e92194c1ebe7c7d3560f67b2dbd4b226b1..cd9c71f66862a589d92399b90a8456866816583f 100644 --- a/src/post_modules/Nettle/cipher16.H +++ b/src/post_modules/Nettle/cipher16.H @@ -67,9 +67,6 @@ PIKECLASS PIKE_NAME struct Nettle_Cipher_State_struct *state; ASSIGN_CURRENT_STORAGE(state, struct Nettle_Cipher_State_struct, 1, Nettle_Cipher_State_program); - - fprintf(stderr, "%s: Setting state->ctx (%p) to %p\n", - TOSTR(PIKE_NAME), state, &THIS->NETTLE_NAME); state->ctx = &THIS->NETTLE_NAME; } }