Skip to content

Commit 7484687

Browse files
authored
Merge pull request #17 from B1tF8er/Remove-Useless-Variable
Remove useless variable
2 parents 2707c3d + a13b2be commit 7484687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InitialState.NET/ISStreamer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ public CreateBucketStatus CreateBucket(string accessKey, string bucketKey, strin
180180
}
181181
}
182182
}
183-
catch (Exception ex)
183+
catch
184184
{
185185
closeHttpClient();
186186
throw;

0 commit comments

Comments
 (0)