diff --git a/bin/pt-table-checksum b/bin/pt-table-checksum index ac2c4371..83a7b887 100755 --- a/bin/pt-table-checksum +++ b/bin/pt-table-checksum @@ -10134,7 +10134,6 @@ sub main { if ($o->get('disable-qrt-plugin')) { eval { $master_dbh->selectrow_arrayref('SELECT @@QUERY_RESPONSE_TIME_SESSION_STATS' ); - warn Data::Dumper::Dumper($original_qrt_plugin_master_status); }; if ($EVAL_ERROR) { $original_qrt_plugin_master_status = undef;