Skip to content

Commit e7ef540

Browse files
authored
Remove debugging code in tor.c
1 parent a541557 commit e7ef540

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libnfdump/tor/tor.c

-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ int SaveTorTree(char *fileName) {
184184
// push array header
185185
PushArrayHeader(dataBlock, TorTreeElementID, sizeof(torNode_t));
186186
void *outBuff = GetCurrentCursor(dataBlock);
187-
printf("Datablock type: %u\n", dataBlock->type);
188187

189188
kbitr_t itr;
190189
kb_itr_first(torTree, torTree, &itr); // get an iterator pointing to the first

0 commit comments

Comments
 (0)