job: remove property debug output
This commit is contained in:
parent
79600c2626
commit
0bac63cc41
|
@ -41,10 +41,4 @@
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<?= $this->translate('This job has not been executed yet') ?>
|
<?= $this->translate('This job has not been executed yet') ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
||||||
<pre>
|
|
||||||
<?= $this->escape(
|
|
||||||
print_r($this->job->getProperties(), 1)
|
|
||||||
) ?>
|
|
||||||
</pre>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue