Browse Source

Removed debugger

Jean Sumara 5 years ago
parent
commit
c53e7824c9
1 changed files with 0 additions and 15 deletions
  1. 0 15
      src/FTTHBundle/Admin/ONUAdmin.php

+ 0 - 15
src/FTTHBundle/Admin/ONUAdmin.php

@@ -866,21 +866,6 @@ class ONUAdmin extends WorkflowBaseAdmin
         return $datasourceit;
     }
 
-    //Get a client from api/clients in base
-    private function getClient($id){
-        $container = $this->getConfigurationPool()->getContainer();
-
-        die("OK");
-
-        /*if ($container->hasParameter('client') && $id) {
-            $webservice = $this->get("webservice");
-            $filters = array("qb-ids" => $id, 'qb-criteria' => true);
-            $clients = $webservice->getData($this->getParameter('client'), $filters);
-            var_dump($clients);
-            exit;
-        }*/
-    }
-
     // Get all clientsIDs and get data from api/clients.json in base
     private function getClients($datagrid)
     {