Remove unnecessary trace event

Co-authored-by: Xiaoxi Wang <xiaoxi.wang@snowflake.com>
This commit is contained in:
Trevor Clinkenbeard 2022-07-27 00:41:40 -07:00 committed by GitHub
parent 436aa832e2
commit 88e54eec5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -369,7 +369,6 @@ class GlobalTagThrottlerImpl {
self->removeUnseenQuotas(tagsWithQuota);
++self->throttledTagChangeId;
wait(delay(5.0));
TraceEvent("GlobalTagThrottler_ChangeSignaled");
break;
} catch (Error& e) {
TraceEvent("GlobalTagThrottler_MonitoringChangesError", self->id).error(e);