diff --git a/htdocs/fourn/card.php b/htdocs/fourn/card.php
index 9d94c6847b7..8b07fea2204 100644
--- a/htdocs/fourn/card.php
+++ b/htdocs/fourn/card.php
@@ -181,7 +181,6 @@ if ($object->id > 0)
print '
'.$langs->trans("SupplierCode").' | ';
print $object->code_fournisseur;
$tmpcheck = $object->check_codefournisseur();
- var_dump($tmpcheck);
if ($tmpcheck != 0 && $tmpcheck != -5) {
print ' ('.$langs->trans("WrongSupplierCode").')';
}
|