Explorar o código

Se quita un var_dump

Maxi Schvindt %!s(int64=7) %!d(string=hai) anos
pai
achega
6edc6294a6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      EventListener/DeviceListener.php

+ 1 - 1
EventListener/DeviceListener.php

@@ -125,7 +125,7 @@ class DeviceListener
         $entity = $args->getEntity();
 
         if ($entity instanceof DeviceInterface) {
-            var_dump(get_class($entity).PHP_EOL);
+            
             if ($deviceId = $this->getRemoteDeviceId($entity)) {
                 $cmd_args = array(
                     '--type:' . get_class($entity),