Skip to content

Commit dadd4bf

Browse files
committed
DiskIO (OpenBSD): remove debug output
1 parent 2f3861e commit dadd4bf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/detection/diskio/diskio_obsd.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ const char* ffDiskIOGetIoCounters(FFlist* result, FFDiskIOOptions* options)
1313
return "sysctl({HW_DISKSTATS}, NULL) failed";
1414
uint32_t nDrive = (uint32_t) (len / sizeof(struct diskstats));
1515

16-
printf("C: %d\n", nDrive);
17-
1816
struct diskstats* stats = malloc(len);
1917

2018
if (sysctl(mib, ARRAY_SIZE(mib), stats, &len, NULL, 0) < 0)

0 commit comments

Comments
 (0)