vncserver: remove obsolete comment

This commit is contained in:
Dmitry Maksyoma 2021-08-02 23:20:24 +12:00
parent 8f58d9bc92
commit 79c9c7157b

View File

@ -109,7 +109,6 @@ unlink($desktopLog);
# We build up our Xvnc command with options
$cmd = &ConstructXvncCmd();
# Run $cmd and record the process ID.
$pidFile = "$vncUserDir/$host:$displayNumber.pid";
&StartXvncAndRecordPID();
&WaitForXvncToStart();