Remove debug printout

This commit is contained in:
Magnus Svensson 2008-07-24 22:22:47 +02:00
parent dbdbb7cea2
commit b530dc99c4

View File

@ -25,7 +25,6 @@ use constant DEFAULT_BOGO_MIPS => 2000;
sub _cpuinfo {
my ($self)= @_;
print "_cpuinfo\n";
my $info_file= "/proc/cpuinfo";
if ( !( -e $info_file and -f $info_file) ) {