Skip to content

Commit

Permalink
remove a debug Rprintf
Browse files Browse the repository at this point in the history
  • Loading branch information
junlingm committed Sep 1, 2023
1 parent 1c71081 commit 3c16604
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Counter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Logger::Logger(const std::string &name)

Logger::~Logger()
{
Rprintf("delete logger %s\n", _name.c_str());
}

Counter::Counter(const std::string &name, const List &state, Nullable<List> to, long initial)
Expand Down
Binary file added src/symbols.rds
Binary file not shown.

0 comments on commit 3c16604

Please sign in to comment.