From 50830de5c96d1fdb67dba180f1a7be1d48cb0fda Mon Sep 17 00:00:00 2001 From: Martin Nilsson <nilsson@opera.com> Date: Sat, 26 Apr 2014 15:36:07 +0200 Subject: [PATCH] Removed debug --- src/post_modules/Nettle/cipher16.H | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/post_modules/Nettle/cipher16.H b/src/post_modules/Nettle/cipher16.H index 229b99e921..cd9c71f668 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; } } -- GitLab