mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-04 04:39:34 -05:00
BusinessProcess: remove obsolete sprintf
This commit is contained in:
parent
03ef17328c
commit
2b91ec2309
1 changed files with 1 additions and 5 deletions
|
|
@ -621,11 +621,7 @@ class BusinessProcess
|
|||
$conf .= sprintf("# %-9s : %s\n", $key, $value);
|
||||
}
|
||||
|
||||
$conf .= sprintf(
|
||||
"#\n"
|
||||
. "####################################\n\n",
|
||||
date('Y-m-d H:i:s')
|
||||
);
|
||||
$conf .= "#\n###################################\n\n";
|
||||
|
||||
$rendered = array();
|
||||
foreach ($this->getChildren() as $child) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue