rm dbg print, fix #13

This commit is contained in:
git@daemon.de
2015-10-23 12:25:52 +02:00
parent c7108ec47f
commit 4e5c27c58c

View File

@@ -708,8 +708,6 @@ uint64_t _get_nonce_ctr(byte *nonce) {
abort();
}
fprintf(stderr, "ctr size: %d ", i);
switch(i) {
case 1:
ctr = nonce[1];