mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-02-03 18:35:04 +00:00
remove debug constructions
This commit is contained in:
parent
37d01013db
commit
ec3fc1e15d
@ -564,7 +564,6 @@ if (!empty($argv[1])) {
|
|||||||
|
|
||||||
$hostPageDomAddedTotal++;
|
$hostPageDomAddedTotal++;
|
||||||
}
|
}
|
||||||
exit;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -573,7 +572,6 @@ if (!empty($argv[1])) {
|
|||||||
CLI::success(sprintf(_('Host pages processed: %s'), $hostPagesProcessedTotal));
|
CLI::success(sprintf(_('Host pages processed: %s'), $hostPagesProcessedTotal));
|
||||||
CLI::success(sprintf(_('Host pages skipped: %s'), $hostPagesSkippedTotal));
|
CLI::success(sprintf(_('Host pages skipped: %s'), $hostPagesSkippedTotal));
|
||||||
CLI::success(sprintf(_('Host page DOM elements added: %s'), $hostPageDomAddedTotal));
|
CLI::success(sprintf(_('Host page DOM elements added: %s'), $hostPageDomAddedTotal));
|
||||||
exit;
|
|
||||||
|
|
||||||
} catch(Exception $e) {
|
} catch(Exception $e) {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user