diff --git a/htdocs/societe/paymentmodes.php b/htdocs/societe/paymentmodes.php
index c149d16b0f1..fe1456fd820 100644
--- a/htdocs/societe/paymentmodes.php
+++ b/htdocs/societe/paymentmodes.php
@@ -1256,13 +1256,6 @@ if ($socid && $action != 'edit' && $action != 'create' && $action != 'editcard'
print $formfile->showdocuments('company', $object->id, $filedir, $urlsource, $genallowed, $delallowed, $object->modelpdf, 0, 0, 0, 28, 0, 'entity='.$object->entity, 0, '', $object->default_lang);
// Show direct download link
- /*
- $conf->global->THIRDPARTY_ALLOW_EXTERNAL_DOWNLOAD=1;
- if (! empty($conf->global->THIRDPARTY_ALLOW_EXTERNAL_DOWNLOAD))
- {
- print '
eee'."\n";
- print showDirectDownloadLink($object).'
';
- }*/
if (! empty($conf->global->BANK_ACCOUNT_ALLOW_EXTERNAL_DOWNLOAD))
{
$companybankaccounttemp = new CompanyBankAccount($db);