Skip to content

Commit

Permalink
Add debug lines
Browse files Browse the repository at this point in the history
  • Loading branch information
umutphp committed Jun 13, 2021
1 parent 4605c4f commit 63f71a6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ public function check(Settings $settings = null, Output $output = null)
$returnP = $this->checkPlugins($this->settings, $output);
$returnT = $this->checkThemes($this->settings, $output);

var_dump($returnW);
var_dump($returnP);
var_dump($returnT);

if (!empty($this->lastApiError)) {
$output->writeNewLine();
$output->writeLine('ERROR: ' . $this->lastApiError);
Expand Down Expand Up @@ -139,6 +135,8 @@ private function checkWordPress(Settings $settings, Output $output)
}
}

var_dump($vulResult);

if (!empty($vulResult)) {
if ($this->settings->output != 'NO') {
$this->output($vulResult, $output);
Expand Down

0 comments on commit 63f71a6

Please sign in to comment.