We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 132612a commit f6d5fa5Copy full SHA for f6d5fa5
1 file changed
lib/cppad_interface.cpp
@@ -261,7 +261,6 @@ CppAD::AD<double> cppad_build_binary_expression(BinaryOperator op, const CppAD::
261
return left / right;
262
}
263
case BinaryOperator::Pow: {
264
- fmt::print("cppad_build_binary_expression encounters Pow\n");
265
return CppAD::pow(left, right);
266
267
case BinaryOperator::LessThan:
0 commit comments