2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 14:25:39 +00:00

Oops, remove debug print.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5415 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2008-11-24 14:51:43 +00:00
parent 9bbc5b348f
commit f60a79b999

View File

@@ -2308,7 +2308,6 @@ sub initialize_i2c_adapters_list
$entry->{'driver'} = sysfs_device_driver("${class_dir}/i2c-$1/device")
|| find_i2c_adapter_driver($entry->{'name'})
|| 'UNKNOWN';
print $entry->{'driver'}, "\n";
$i2c_adapters[$1] = $entry;
}
closedir(ADAPTERS);