Skip to content
Snippets Groups Projects
Commit a3605d52 authored by Marc Vef's avatar Marc Vef
Browse files

Remove debugging output from srv_data.cpp

parent 137dd33f
No related branches found
No related tags found
1 merge request!184Remove debugging output from srv_data.cpp
Pipeline #4399 passed
...@@ -244,8 +244,6 @@ rpc_srv_write(hg_handle_t handle) { ...@@ -244,8 +244,6 @@ rpc_srv_write(hg_handle_t handle) {
GKFS_DATA->stats()->add_write(in.path, chnk_id_file); GKFS_DATA->stats()->add_write(in.path, chnk_id_file);
} }
GKFS_DATA->spdlogger()->error("{}() Processing at host {} -> {}",
__func__, host_id, chnk_id_file);
chnk_ids_host[chnk_id_curr] = chnk_ids_host[chnk_id_curr] =
chnk_id_file; // save this id to host chunk list chnk_id_file; // save this id to host chunk list
// offset case. Only relevant in the first iteration of the loop and if // offset case. Only relevant in the first iteration of the loop and if
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment