Commit 4ab1870c authored by Pavel Pochobut's avatar Pavel Pochobut

removed debug Stopwatch

parent aeedada2
...@@ -732,7 +732,6 @@ public static ConnectionMultiplexer Connect(ConfigurationOptions configuration, ...@@ -732,7 +732,6 @@ public static ConnectionMultiplexer Connect(ConfigurationOptions configuration,
private static ConnectionMultiplexer ConnectImpl(Func<ConnectionMultiplexer> multiplexerFactory, TextWriter log) private static ConnectionMultiplexer ConnectImpl(Func<ConnectionMultiplexer> multiplexerFactory, TextWriter log)
{ {
IDisposable killMe = null; IDisposable killMe = null;
Stopwatch sw = Stopwatch.StartNew();
try try
{ {
var muxer = multiplexerFactory(); var muxer = multiplexerFactory();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment