Commit b530dc99 authored by Magnus Svensson's avatar Magnus Svensson

Remove debug printout

parent dbdbb7ce
......@@ -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) ) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment