Remoe dbg!()
s
This commit is contained in:
parent
3abd376d6a
commit
e0f8615d52
3 changed files with 0 additions and 10 deletions
|
@ -369,8 +369,6 @@ impl Telemetry {
|
|||
.clickhouse_events_queue
|
||||
.push(ClickhouseEventWrapper { signed_in, event });
|
||||
|
||||
dbg!(state.clickhouse_events_queue.len(), chrono::Utc::now());
|
||||
|
||||
if state.installation_id.is_some() {
|
||||
if state.clickhouse_events_queue.len() >= MAX_QUEUE_LEN {
|
||||
drop(state);
|
||||
|
@ -436,7 +434,6 @@ impl Telemetry {
|
|||
release_channel: state.release_channel,
|
||||
events,
|
||||
};
|
||||
dbg!(&request_body);
|
||||
json_bytes.clear();
|
||||
serde_json::to_writer(&mut json_bytes, &request_body)?;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue