Browse Source

[Web] Fixes #955

andre.peters 7 years ago
parent
commit
f602eb4dbd
1 changed files with 0 additions and 1 deletions
  1. 0 1
      data/web/edit.php

+ 0 - 1
data/web/edit.php

@@ -661,7 +661,6 @@ if (isset($_SESSION['mailcow_cc_role'])) {
         $id = $_GET["syncjob"];
         $id = $_GET["syncjob"];
         $result = mailbox('get', 'syncjob_details', $id);
         $result = mailbox('get', 'syncjob_details', $id);
         if (!empty($result)) {
         if (!empty($result)) {
-          print_r($result);
         ?>
         ?>
           <h4><?=$lang['edit']['syncjob'];?></h4>
           <h4><?=$lang['edit']['syncjob'];?></h4>
           <form class="form-horizontal" data-id="editsyncjob" role="form" method="post">
           <form class="form-horizontal" data-id="editsyncjob" role="form" method="post">