Skip to content

Commit

Permalink
Removing unused 'using' directive in C# file
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Jan 28, 2018
1 parent e2bc8ea commit ef15606
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dotnet/src/webdriver/Chrome/ChromeNetworkConditions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace OpenQA.Selenium.Chrome
{
Expand Down

1 comment on commit ef15606

@KokaChernov
Copy link

@KokaChernov KokaChernov commented on ef15606 Mar 27, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://bugs.chromium.org/p/chromedriver/issues/detail?id=2356 @jimevans is there any chance you know why it's not working?
(just in case you dont want to open the link - simple setting of ChromeNetworkConditions throws on the latest webdriver 3.11 + chromedriver 2.37)

Please sign in to comment.