Skip to content

Commit 89fa630

Browse files
committed
Removed extra comment
1 parent 73ac7b9 commit 89fa630

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Backendless/RT/SocketIOConnectionManager.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ internal SocketIO Socket
6464
opts.Transports = (new string[] {"websocket"}).ToList();
6565
#endif
6666
var host = rtLookupService.Lookup() + opts.Path;
67-
//opts.Query["clientId"] =
6867
//if( host.StartsWith( "https://" ) )
6968
// host = "http://" + host.Substring( "https://".Length );
7069

0 commit comments

Comments
 (0)