From b1d52d66bdfe4122f5213df4f76328e729540a22 Mon Sep 17 00:00:00 2001 From: adametz Date: Tue, 25 Sep 2018 11:42:41 +0000 Subject: [PATCH] var git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3468 f459cee4-fb09-11de-96c3-f9c5f16c3c76 --- trunk/src/AppBundle/Entity/TravelProgram.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/trunk/src/AppBundle/Entity/TravelProgram.php b/trunk/src/AppBundle/Entity/TravelProgram.php index 5c9975ae..fdd114c9 100644 --- a/trunk/src/AppBundle/Entity/TravelProgram.php +++ b/trunk/src/AppBundle/Entity/TravelProgram.php @@ -1631,7 +1631,6 @@ class TravelProgram public function addTravelDateFromSeasonTravelPeriod($key, TravelPeriod $travelPeriod, $index, \DateTime $start, \DateTime $end = null, FlightPeriod $flightPeriod = null, $currencyFactor) { - var_dump($start); $this->assertTravelDateNotDefinedYet($key); $this->isTravelDateMapTainted = true; @@ -1642,7 +1641,6 @@ class TravelProgram public function addTravelDate($key, TravelPeriod $travelPeriod, FlightPeriod $flightPeriod = null, $currencyFactor, \DateTime $start = null, \DateTime $end = null, $index = null) { - var_dump($start); $this->assertTravelDateNotDefinedYet($key); $this->isTravelDateMapTainted = true; $this->travelDateByKey[$key] = new TravelDate($key, $travelPeriod, $flightPeriod, $currencyFactor, $start, $end,