unit: Remove hexdumps

This commit is contained in:
Denis Kenzior 2014-12-27 22:52:38 -06:00
parent 096165d142
commit da56653f1f
1 changed files with 0 additions and 2 deletions

View File

@ -357,8 +357,6 @@ static void eapol_key_mic_test(const void *data)
assert(false);
}
l_util_hexdump(true, test->mic, 16, do_debug, "[EAPoL] ");
l_util_hexdump(true, mic, 16, do_debug, "[EAPoL] ");
assert(!memcmp(test->mic, mic, sizeof(mic)));
}