job: remove property debug output

This commit is contained in:
Thomas Gelf 2016-06-28 09:23:10 +02:00
parent 79600c2626
commit 0bac63cc41
1 changed files with 0 additions and 6 deletions

View File

@ -41,10 +41,4 @@
<?php else: ?>
<?= $this->translate('This job has not been executed yet') ?>
<?php endif ?>
<pre>
<?= $this->escape(
print_r($this->job->getProperties(), 1)
) ?>
</pre>
</div>