Ver Fonte

FD3-394 log dispositivos

Guillermo Espinoza há 7 anos atrás
pai
commit
44b9f6833d
1 ficheiros alterados com 0 adições e 3 exclusões
  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']);