Skip to content

Commit a145d75

Browse files
author
Doug Bird
committed
fix to config-update
1 parent 40cdd6e commit a145d75

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

bin/config-update.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -468,11 +468,6 @@ public function __construct() {
468468

469469
$target_md5 = md5(json_encode($configVal_Target[$f_filename]));
470470

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-
476471

477472
if ($target_md5 === $existing_md5) {
478473
$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() {
552547
}
553548
}
554549
$this->showLine([""]);
555-
die(__FILE__);
556550

557551
}
558552
unset($f);

0 commit comments

Comments
 (0)