From 2a6bcf80d7a8ef6e4b4df26e2d8fc32d749284f8 Mon Sep 17 00:00:00 2001 From: fufesou Date: Tue, 16 May 2023 13:50:05 +0800 Subject: [PATCH] remove unused comment Signed-off-by: fufesou --- src/plugin/callback_msg.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/plugin/callback_msg.rs b/src/plugin/callback_msg.rs index 985267c69..9a82adfec 100644 --- a/src/plugin/callback_msg.rs +++ b/src/plugin/callback_msg.rs @@ -283,8 +283,6 @@ fn request_plugin_sign(id: String, msg_to_rustdesk: MsgToRustDesk) -> PluginRetu thread::spawn(move || { let sign_url = format!("{}/lic/web/api/plugin-sign", get_api_server()); let client = reqwest::blocking::Client::new(); - // to-do: Add peer id and plugin_id in the message to sign. - // So that the server can verify the ids. let req = PluginSignReq { peer_id: crate::ui_interface::get_id(), plugin_id: id.clone(),