We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32bdd9e commit 76cb833Copy full SHA for 76cb833
server/src/translation.rs
@@ -1055,9 +1055,6 @@ impl TranslationTask {
1055
cfw_version,
1056
code_mirror_translated,
1057
);
1058
- println!(
1059
- "Sending client re-translation update:\nBefore:\n{debug_cm:#?}\nAfter:\n{code_mirror_translated:#?}\nDiff:\n{client_contents:#?}"
1060
- );
1061
queue_send_func!(self.to_client_tx.send(EditorMessage {
1062
id: self.id,
1063
message: EditorMessageContents::Update(
0 commit comments