mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-20 14:13:20 +03:00
refactor: del unused or dead code and optimize reusable code
This commit is contained in:
@@ -52,7 +52,7 @@ class _PortForwardPageState extends State<PortForwardPage>
|
||||
if (!Platform.isLinux) {
|
||||
Wakelock.enable();
|
||||
}
|
||||
debugPrint("init success with id ${widget.id}");
|
||||
debugPrint("Port forward page init success with id ${widget.id}");
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user