remove debug constructions

This commit is contained in:
ghost 2023-08-17 13:13:20 +03:00
parent 37d01013db
commit ec3fc1e15d

View File

@ -564,7 +564,6 @@ if (!empty($argv[1])) {
$hostPageDomAddedTotal++;
}
exit;
}
}
@ -573,7 +572,6 @@ if (!empty($argv[1])) {
CLI::success(sprintf(_('Host pages processed: %s'), $hostPagesProcessedTotal));
CLI::success(sprintf(_('Host pages skipped: %s'), $hostPagesSkippedTotal));
CLI::success(sprintf(_('Host page DOM elements added: %s'), $hostPageDomAddedTotal));
exit;
} catch(Exception $e) {