Sfoglia il codice sorgente

FD3-394 log dispositivos

Guillermo Espinoza 7 anni fa
parent
commit
44b9f6833d
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  1. 0 3
      Twig/DeviceLogExtension.php

+ 0 - 3
Twig/DeviceLogExtension.php

@@ -67,9 +67,6 @@ class DeviceLogExtension extends \Twig_Extension
             $filters = array(
                 'device' => $device[0]['id'],
             );
-//            $order = array(
-//                'created' => 'DESC'
-//            );
             $deviceLogs = $this->webservice->getData($this->deviceLogGetUrl, $filters, array(), $limit, $offset);
             foreach ($deviceLogs as $deviceLog) {
                 unset($deviceLog['device']);