Skip to content

Commit

Permalink
remove manadtory printout
Browse files Browse the repository at this point in the history
  • Loading branch information
barakr committed Sep 11, 2023
1 parent 6fe7fcb commit 0fa414c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SlabWithToroidalPore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ SlabWithToroidalPore::do_setup_particle(IMP::Model* m,
double minor_radius_h2v_aspect_ratio)
{
SlabWithPore::setup_particle(m, pi, thickness, major_radius);
std::cout << "Adding toroidal pore with minor radius h2v: "
<< minor_radius_h2v_aspect_ratio << std::endl;
IMP_LOG(TERSE, "Adding toroidal pore with minor radius h2v: "
<< minor_radius_h2v_aspect_ratio << std::endl);
m->add_attribute(get_minor_radius_h2v_aspect_ratio_key(),
pi,
minor_radius_h2v_aspect_ratio,
Expand Down

0 comments on commit 0fa414c

Please sign in to comment.