Remove comment that's not really needed any more.

This commit is contained in:
Dave Page 2018-07-20 16:56:03 +01:00
parent c353135a3a
commit cb9fffc7de

View File

@ -189,9 +189,6 @@ int main(int argc, char * argv[])
{
// Find an unused port number. Essentially, we're just reserving one
// here that Flask will use when we start up the server.
// In order to use the socket, we need to free this socket ASAP.
// Hence - putting this code in a code block so the scope of the socket
// variable vanishes to make that socket available.
#if QT_VERSION >= 0x050000
QTcpSocket socket;