partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 19223a74e33957ea8cef71000a36b3f29f0dac8c
parent 8786e5a3c9163eb69eb3845de56e317c52440198
Author: Felicia Hummel <felicitus@felicitus.org>
Date:   Mon, 16 Jan 2017 15:18:26 +0100

Merge pull request #787 from partkeepr/PartKeepr-776

Removed debugging statement
Diffstat:
Msrc/PartKeepr/PartBundle/Controller/PartController.php | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/PartKeepr/PartBundle/Controller/PartController.php b/src/PartKeepr/PartBundle/Controller/PartController.php @@ -95,7 +95,6 @@ class PartController extends FOSRestController foreach ($projectRuns as $projectRun) { - var_dump($projectRun); $this->get('doctrine.orm.entity_manager')->persist($projectRun); }