فهرست منبع

Elimino código comentado

Maximiliano Schvindt 8 سال پیش
والد
کامیت
00c6b9e819
1فایلهای تغییر یافته به همراه0 افزوده شده و 19 حذف شده
  1. 0 19
      Controller/LeafletController.php

+ 0 - 19
Controller/LeafletController.php

@@ -13,17 +13,6 @@ class LeafletController extends Controller
     
     public function createVectorAction(Request $request)
     {
-        // $request->get();
-        // $em = $this->get('doctrine')->getManager();
-
-        // print_r("<pre>");
-        // print_r("Hola mundo !!!");
-        // print_r("</pre>");
-
-        // $params = array(
-        //     'base_tamplate' => $this->get('sonata.admin.pool')->getTemplate('layout'),
-        //     'admin_pool' => $this->get('sonata.admin.pool')
-        // );
 
         $adminPool = $this->get('sonata.admin.pool');
 
@@ -33,14 +22,6 @@ class LeafletController extends Controller
             'admin' => $adminPool->getAdminByClass("MapBundle\Entity\Map")
             ));
 
-        //  return $this->render($template, array(
-        //     'wizards'         => $wizards,
-        //     'base_template'   => $this->getBaseTemplate(),
-        //     'admin_pool'      => $adminPool = $this->get('sonata.admin.pool'),,
-        //     'blocks'          => $this->container->getParameter('sonata.admin.configuration.dashboard_blocks'),
-        //     'name'            => $name,
-        //     'url_web'            => $url_web
-        // ));
 
     }
 }