mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
Remove dbg!()
s
This commit is contained in:
parent
00682b8903
commit
0c59f510d2
@ -469,8 +469,6 @@ impl Telemetry {
|
||||
let signed_in = state.metrics_id.is_some();
|
||||
state.events_queue.push(EventWrapper { signed_in, event });
|
||||
|
||||
dbg!(&state.events_queue.len());
|
||||
|
||||
if state.installation_id.is_some() {
|
||||
if state.events_queue.len() >= MAX_QUEUE_LEN {
|
||||
drop(state);
|
||||
@ -538,7 +536,6 @@ impl Telemetry {
|
||||
release_channel: state.release_channel,
|
||||
events,
|
||||
};
|
||||
dbg!("flush", &request_body);
|
||||
json_bytes.clear();
|
||||
serde_json::to_writer(&mut json_bytes, &request_body)?;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user