mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Remove debug printout
This commit is contained in:
@ -25,7 +25,6 @@ use constant DEFAULT_BOGO_MIPS => 2000;
|
|||||||
|
|
||||||
sub _cpuinfo {
|
sub _cpuinfo {
|
||||||
my ($self)= @_;
|
my ($self)= @_;
|
||||||
print "_cpuinfo\n";
|
|
||||||
|
|
||||||
my $info_file= "/proc/cpuinfo";
|
my $info_file= "/proc/cpuinfo";
|
||||||
if ( !( -e $info_file and -f $info_file) ) {
|
if ( !( -e $info_file and -f $info_file) ) {
|
||||||
|
Reference in New Issue
Block a user