We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40cdd6e commit a145d75Copy full SHA for a145d75
bin/config-update.php
@@ -468,11 +468,6 @@ public function __construct() {
468
469
$target_md5 = md5(json_encode($configVal_Target[$f_filename]));
470
471
- echo "$f_filename\n";
472
- echo "existing_md5: $existing_md5\n";
473
- echo "source_md5: $source_md5\n";
474
- echo "target_md5: $target_md5\n";
475
-
476
477
if ($target_md5 === $existing_md5) {
478
$this->showLine(["skipping config file '{$configPath_Target[$f_filename]}' (no changes made)"],self::SHOW_LINE_DISPLAY_ON_QUIET);
@@ -552,7 +547,6 @@ public function __construct() {
552
547
}
553
548
554
549
$this->showLine([""]);
555
- die(__FILE__);
556
550
557
551
558
unset($f);
0 commit comments