mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 21:19:59 +00:00
PT-131 Removed debug line
This commit is contained in:
@@ -10134,7 +10134,6 @@ sub main {
|
|||||||
if ($o->get('disable-qrt-plugin')) {
|
if ($o->get('disable-qrt-plugin')) {
|
||||||
eval {
|
eval {
|
||||||
$master_dbh->selectrow_arrayref('SELECT @@QUERY_RESPONSE_TIME_SESSION_STATS' );
|
$master_dbh->selectrow_arrayref('SELECT @@QUERY_RESPONSE_TIME_SESSION_STATS' );
|
||||||
warn Data::Dumper::Dumper($original_qrt_plugin_master_status);
|
|
||||||
};
|
};
|
||||||
if ($EVAL_ERROR) {
|
if ($EVAL_ERROR) {
|
||||||
$original_qrt_plugin_master_status = undef;
|
$original_qrt_plugin_master_status = undef;
|
||||||
|
Reference in New Issue
Block a user