1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Remove debug printout

This commit is contained in:
Magnus Svensson
2008-07-24 22:22:47 +02:00
parent ac1aa0cd70
commit 05386f9033

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) ) {