Skip to content

Commit 1b5b5c8

Browse files
Removed commented line
1 parent e0b39b1 commit 1b5b5c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/SocketLabs/InjectionApi/SocketLabsClient.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ public SocketLabsClient(int serverId, string apiKey)
7070
/// <param name="serverId">Your SocketLabs ServerId number.</param>
7171
/// <param name="apiKey">Your SocketLabs Injection API key.</param>
7272
/// <param name="optionalProxy">The WebProxy you would like to use.</param>
73-
/* /// <param name="RequestTimeout">The RequestTimeout you would like to specify.</param> */
74-
public SocketLabsClient(int serverId, string apiKey, IWebProxy optionalProxy)
73+
public SocketLabsClient(int serverId, string apiKey, IWebProxy optionalProxy)
7574
{
7675
_serverId = serverId;
7776
_apiKey = apiKey;

0 commit comments

Comments
 (0)