Explorar el Código

[FIx] typo forget a print

monf hace 8 años
padre
commit
9dcbd87268
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      core/OrderAnalyser.py

+ 1 - 1
core/OrderAnalyser.py

@@ -49,7 +49,7 @@ class OrderAnalyser:
 
                         for neuron in synapse.neurons:
                             if isinstance(neuron.parameters, dict):
-                                print neuron.parameters
+                                # print neuron.parameters
                                 if "args" in neuron.parameters:
                                     logger.debug("The neuron wait for parameter")
                                     # check that the user added parameters to his order