Skip to content
Snippets Groups Projects
Commit 8e5147e6 authored by Simon Oehrl's avatar Simon Oehrl
Browse files

Remove debug output

parent 9964d779
No related branches found
No related tags found
No related merge requests found
Pipeline #163432 passed
......@@ -101,10 +101,7 @@ web::http::http_response HttpServer::GetSpikes(
for (auto spike = spikes_begin; spike != spikes_end; ++spike, ++index) {
gids[index] = spike->gid;
simulation_times[index] = spike->simulation_time;
std::cout << population_node_ids.count(spike->gid) << " " << gids[index] << "\n";
}
std::cout << std::endl;
}
response.set_body(web::json::value::object(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment