diff --git a/include/compta_ach.inc.php b/include/compta_ach.inc.php
index 77a2ca7ed..de12e278a 100644
--- a/include/compta_ach.inc.php
+++ b/include/compta_ach.inc.php
@@ -146,14 +146,6 @@ if (isset($_POST['record']))
$jr_id = $cn->get_value('select jr_id from jrn where jr_internal=$1', array($internal));
echo '
Enregistrement
';
- // echo "" . _('Opération sauvée') . " $internal ";
- // if ($Ledger->pj != '')
- // echo ' Piece : ' . h($Ledger->pj);
- // echo "
";
- // if (strcmp($Ledger->pj, $_POST['e_pj']) != 0)
- // {
- // echo ' ' . _('Attention numéro pièce existante, elle a du être adaptée') . '
';
- // }
/* Save the additional information into jrn_info */
$obj = new Acc_Ledger_Info($cn);
$obj->save_extra($Ledger->jr_id, $_POST);