Maxi Schvindt 7 anni fa
parent
commit
6eb20601e8
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      src/FTTHBundle/Controller/ONUController.php

+ 0 - 1
src/FTTHBundle/Controller/ONUController.php

@@ -148,7 +148,6 @@ class ONUController extends Controller
             $em->persist($location);
             
             $object->setUpdated(new \DateTime());
-            //$em->persist($location);
 
             $return[] = "LOCATION (id {$location->getId()}) {$action} - ONU (id {$object->getId()}) {$onu['text']} - " . json_encode($mapLocation);
         }