Skip to content

Commit 9ec71a0

Browse files
author
Thom
committed
Remove debugging part
1 parent bdbbb8b commit 9ec71a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/lib/classes/letsencrypt.inc.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,6 @@ public function request_certificates($data, $server_type = 'apache') {
434434
if (isset($temp_domain_parts['1'])) {
435435
$queryDomains[] = preg_replace("/.*" . $temp_domain_parts['0'] . "\." . "/", "", $temp_domain);
436436
array_shift($temp_domain_parts);
437-
print_r($temp_domain_parts);
438437
}
439438
}
440439
$queryOr = "origin = " . $temp_domain . ".";

0 commit comments

Comments
 (0)