BusinessProcess: remove obsolete sprintf

This commit is contained in:
Thomas Gelf 2015-10-05 18:48:43 +02:00
parent 03ef17328c
commit 2b91ec2309

View file

@ -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) {