]> git.llucax.com Git - z.facultad/75.68/celdas.git/blobdiff - trunk/src/SistemaAutonomo.tz
Agrega mejor info de debug y limpia las pruebas.
[z.facultad/75.68/celdas.git] / trunk / src / SistemaAutonomo.tz
index 98613023384364ca04805f2c8edff50cd7be727f..e301d6d1330f13c5c35d815acffecadd5943768a 100644 (file)
@@ -54,14 +54,12 @@ Object : SistemaAutonomo {
        + to update-entorno entorno theEntorno (hash):\r
                nombre (string).\r
                foreach nombre in keys(theEntorno): {\r
-                       print "Seteando valor de entorno ", nombre, " con ", theEntorno{nombre}.\r
                        self set-entorno value theEntorno{nombre} with-name nombre.\r
                }\r
 \r
        + to update-datos-finales datos-finales datos (hash):\r
                nombre (string).\r
                foreach nombre in keys(datos): {\r
-                       print "Seteando valor de dato final ", nombre, " con ", datos{nombre}.\r
                        self set-dato-final value datos{nombre} with-name nombre.\r
                }\r
 \r