diff --git a/src/client/src/tscStream.c b/src/client/src/tscStream.c index c8d09412a473703b9bd2c85b13dfedaa3237b2cd..e3bac7bb6d79a71a175de68b3f06bded084b07db 100644 --- a/src/client/src/tscStream.c +++ b/src/client/src/tscStream.c @@ -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; }