Skip to content

Commit d0ee0f9

Browse files
committed
Delete inactive code
1 parent 8752d22 commit d0ee0f9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

talpid-wireguard/src/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -393,8 +393,6 @@ impl WireguardMonitor {
393393
if detect_mtu {
394394
let iface_name_clone = iface_name.clone();
395395
tokio::task::spawn(async move {
396-
// tokio::time::sleep(Duration::from_secs(10)).await; // TODO: Delete this
397-
// before merging
398396
log::debug!("Starting MTU detection");
399397
let verified_mtu = match auto_mtu_detection(
400398
gateway,

0 commit comments

Comments
 (0)