X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/9fa5b9348fee628202e3dcc566f8097e2abd9f3d..7a88471c0a2fbba81489078fc4a13fcc715d0912:/emufs/indice_bplus.c diff --git a/emufs/indice_bplus.c b/emufs/indice_bplus.c index 54be987..b05e5e4 100644 --- a/emufs/indice_bplus.c +++ b/emufs/indice_bplus.c @@ -86,8 +86,7 @@ int emufs_b_plus_get_bloque(INDICE *idx, INDEX_DAT *query, int num_node) { } else { /* Encontre un bloque potencial */ - query->num_bloque = nodo->hijos[i]; - printf ("Bloque Potencial: %i Ancla de ese bloque: %i Es para la clave %i\n",query->num_bloque,nodo->claves[i],query->clave.i_clave); + query->num_bloque = nodo->hijos[i]; b_plus_destruir_nodo(nodo); return 0; }