Skip to content

Commit fcfa285

Browse files
committed
Cleanup
1 parent 4837cdb commit fcfa285

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

templates/Admin/QueuedJobs/view.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
*/
66

77
use Brick\VarExporter\VarExporter;
8-
use Queue\Utility\Serializer;
98

109
?>
1110
<nav class="actions large-3 medium-4 columns col-sm-4 col-12" id="actions-sidebar">
@@ -128,7 +127,6 @@
128127
<h3><?= __d('queue', 'Data') ?></h3>
129128
<?php
130129
if ($queuedJob->data) {
131-
//$data = Serializer::serialize($queuedJob->data, JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES | JSON_PRETTY_PRINT);
132130
echo '<pre>' . h(VarExporter::export($queuedJob->data, VarExporter::TRAILING_COMMA_IN_ARRAY)) . '</pre>';
133131
}
134132
?>

0 commit comments

Comments
 (0)