Skip to content

Commit

Permalink
remove print (#1652)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir authored Sep 26, 2023
1 parent bf54e4e commit fb7dadf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/solver/optimisation/opt_rename_problem.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ class Namer
public:
explicit Namer(std::vector<std::string>& target) : targetUpdater_(target)
{
#ifdef __linux__
std::cout << "Namer::Namer :" << __PRETTY_FUNCTION__ << "\n";
#endif
}

void UpdateTimeStep(unsigned int timeStep)
Expand Down

0 comments on commit fb7dadf

Please sign in to comment.