提交 6738700a 编写于 作者: A Alex Duan

remove debug log in loop

上级 3f746862
......@@ -187,7 +187,7 @@ static void tscProcessStreamTimer(void *handle, void *tmrId) {
next_time = taosTimeTruncate(next_time, &pStream->interval, pStream->precision);
timer = next_time - taosGetTimestamp(pStream->precision); // next time - now()
if(timer < 0 ) {
tscDebug("CQ next time < now so loop add sliding. next_time=%" PRId64, next_time);
//tscDebug("CQ next time < now so loop add sliding. next_time=%" PRId64, next_time);
continue;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册