generated from wessel/boilerplate
fix(RetakeGradeDeterminator): Remove abundant comment
This commit is contained in:
@@ -123,8 +123,6 @@ rclcpp_action::GoalResponse RetakeGradeDeterminator::goal_callback(
|
||||
"Received retake goal request for student: %s, course: %s",
|
||||
goal->student_name.c_str(), goal->course_name.c_str());
|
||||
|
||||
//CODE - If reject needed
|
||||
|
||||
RCLCPP_INFO(this->get_logger(), "Retake goal accepted");
|
||||
return rclcpp_action::GoalResponse::ACCEPT_AND_EXECUTE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user