Commit 94e24c8d authored by zhangyue's avatar zhangyue
Browse files

issue/349 删除无用注释

parent feb19535
......@@ -12,7 +12,6 @@ public:
T x = inputs[0];
T min_val = inputs[1];
T max_val = inputs[2];
// printf("x: %f, min_val: %f, max_val: %f, result: %f\n", x, min_val, max_val, fmax(fmin(x, max_val), min_val));
return fmax(fmin(x, max_val), min_val);
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment