This commit is contained in:
Abraham
2025-07-31 10:45:17 -07:00
parent 8bbe7a53ff
commit 5f08a7556f
2 changed files with 43 additions and 1 deletions

View File

@@ -162,7 +162,7 @@ class ComponentesProvider extends ChangeNotifier {
'p_negocio_id': negocioId,
}).select();
print('Respuesta RPC recibida: $response');
/* print('Respuesta RPC recibida: $response'); */
if (response != null) {
topologiaCompleta = TopologiaCompleta.fromJson(response);