Skip to content

Commit 76cb833

Browse files
committed
Clean: remove debug code.
1 parent 32bdd9e commit 76cb833

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

server/src/translation.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,9 +1055,6 @@ impl TranslationTask {
10551055
cfw_version,
10561056
code_mirror_translated,
10571057
);
1058-
println!(
1059-
"Sending client re-translation update:\nBefore:\n{debug_cm:#?}\nAfter:\n{code_mirror_translated:#?}\nDiff:\n{client_contents:#?}"
1060-
);
10611058
queue_send_func!(self.to_client_tx.send(EditorMessage {
10621059
id: self.id,
10631060
message: EditorMessageContents::Update(

0 commit comments

Comments
 (0)