remove extraneous logging

This commit is contained in:
Eric Wong (PAX) 2020-09-14 17:24:49 -07:00
commit acb0a7329b

View file

@ -102,8 +102,6 @@ namespace CalculatorUITestFramework
throw; throw;
} }
} }
Logger.LogMessage("Waiting for 10ms in WaitForElementByAccessibilityId");
Thread.Sleep(10); Thread.Sleep(10);
} }
timer.Stop(); timer.Stop();