From b83586b84cb2d05993cadd58b805e1916e732892 Mon Sep 17 00:00:00 2001 From: Damien LASSERRE Date: Wed, 6 Apr 2011 13:37:08 +0000 Subject: [PATCH] --- includes/giant/RapportGiant.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/giant/RapportGiant.php b/includes/giant/RapportGiant.php index d659446f6..0029720c2 100644 --- a/includes/giant/RapportGiant.php +++ b/includes/giant/RapportGiant.php @@ -56,7 +56,6 @@ $rapportExists = Doctrine_Query::create() if (file_exists($rapportExists->UrlObjectRapportFile)) { - echo 'rentre';exit; $nameFileRapport = 'rapport-'.date('Y-m-d').'-'.$_GET['pays'].'-'.$_GET['company'].'-'.$_GET['type']; $soap_client2 = getClient($_GET['pays'], 'RetrieveDataSet');