diff --git a/plugins/sysinfo/unix/pci.c b/plugins/sysinfo/unix/pci.c index 528afd97..fac2f76e 100644 --- a/plugins/sysinfo/unix/pci.c +++ b/plugins/sysinfo/unix/pci.c @@ -132,7 +132,6 @@ void pci_find_fullname(char *fullname, char *vendor, char *device) if(fp == NULL) { g_snprintf(fullname, bsize, "%s:%s", vendor, device); - //sysinfo_print_error ("pci.ids file not found! You might want to adjust your pciids setting with /SYSINFO SET pciids (you can query its current value with /SYSINFO LIST).\n"); return; }